Changed the #define DEVICE_SEMIHOST to 0 to allow for wakeup of deepsleep and changed #define DEVICE_LOCALFILESYSTEM to 0 to fix errors relating to removing semihost in device.h;

pull/483/head
Aron L. Phillips 2014-09-10 14:21:24 -04:00
parent 7d9048fccc
commit abcfdfb3bf
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
#define DEVICE_PWMOUT 1
#define DEVICE_SEMIHOST 1
#define DEVICE_LOCALFILESYSTEM 1
#define DEVICE_SEMIHOST 0
#define DEVICE_LOCALFILESYSTEM 0
#define DEVICE_ID_LENGTH 32
#define DEVICE_MAC_OFFSET 20