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.
Fork of mbed by
Diff: TARGET_LPC11U35_401/device.h
- Revision:
- 77:869cf507173a
- Parent:
- 74:a842253909c9
--- a/TARGET_LPC11U35_401/device.h Mon Jan 13 15:31:11 2014 +0200 +++ b/TARGET_LPC11U35_401/device.h Fri Feb 14 14:36:43 2014 +0000 @@ -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 @@ -50,7 +50,7 @@ #define DEVICE_DEBUG_AWARENESS 0 -#define DEVICE_STDIO_MESSAGES 1 +#define DEVICE_STDIO_MESSAGES 0 #define DEVICE_ERROR_PATTERN 1
