Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DM_FATFileSystem EthernetInterface HTTPClient mbed-rtos mbed-src
Fork of DMSupport by
Diff: Bios/BiosLoader.cpp
- Revision:
- 34:fc366bab393f
- Parent:
- 31:d47cffcb0a3e
- Child:
- 40:6df4f63aa406
--- a/Bios/BiosLoader.cpp Thu Feb 19 14:41:14 2015 +0100 +++ b/Bios/BiosLoader.cpp Mon Mar 09 11:15:56 2015 +0100 @@ -57,7 +57,7 @@ #define SUPPORTED_BIOS_MASK 0xff0000 // only look at the Major component #define SUPPORTED_VERSION(__ver) (((__ver)&SUPPORTED_BIOS_MASK) == SUPPORTED_BIOS_VER) -#define MAC_IN_SDK +//#define MAC_IN_SDK /****************************************************************************** * Local variables