Subdirectory provided by Embedded Artists

Dependencies:   DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src

Dependents:   lpc4088_displaymodule_hello_world_Sept_2018

Fork of DMSupport by Embedded Artists

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