mirror of https://github.com/ARMmbed/mbed-os.git
remove local file system and semihost from the LPC2460 device capabilities
parent
8ca60d1d2d
commit
63bd6bf17b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue