From: bernie Date: Wed, 13 Aug 2008 10:29:30 +0000 (+0000) Subject: mware: add compatibility stubs for byteorder.h and pgm.h X-Git-Tag: 2.0.0~300 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=af41cd0d7c006a3d282cfb21b42b23f63fd525fe;p=bertos.git mware: add compatibility stubs for byteorder.h and pgm.h git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1634 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/mware/byteorder.h b/bertos/mware/byteorder.h new file mode 100644 index 00000000..2d5bede6 --- /dev/null +++ b/bertos/mware/byteorder.h @@ -0,0 +1,2 @@ +#warning This header is OBSOLETE +#include diff --git a/bertos/mware/pgm.h b/bertos/mware/pgm.h new file mode 100644 index 00000000..8f6ce491 --- /dev/null +++ b/bertos/mware/pgm.h @@ -0,0 +1,2 @@ +#warning This header is OBSOLETE +#include