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.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Diff: LPC1768/device.h
- Revision:
- 57:0480438fc29c
- Parent:
- 55:d722ed6a4237
- Child:
- 59:0883845fe643
diff -r 3753e96f3c8b -r 0480438fc29c LPC1768/device.h --- a/LPC1768/device.h Wed Jan 16 14:27:32 2013 +0000 +++ b/LPC1768/device.h Fri Jan 18 10:30:14 2013 +0000 @@ -47,15 +47,8 @@ #define DEVICE_PWMOUT 1 -#if defined (__ICCARM__) -#define DEVICE_SEMIHOST 0 -#else #define DEVICE_SEMIHOST 1 -#endif - -#if DEVICE_SEMIHOST #define DEVICE_LOCALFILESYSTEM 1 -#endif #define DEVICE_SLEEP 1
