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.
Diff: LPC11UXX/main.cpp
- Revision:
- 71:5dd699362c4b
- Parent:
- 56:2c0697032c80
--- a/LPC11UXX/main.cpp Wed Dec 17 23:58:18 2014 +0900 +++ b/LPC11UXX/main.cpp Sun Jan 04 04:23:49 2015 +0900 @@ -5,7 +5,7 @@ #include "I2C_FmPlus.h" #define isuse_USB_SERIAL -#if defined(TARGET_LPC11U35_401) || defined(TARGET_LPC11U35_501) +#if defined(TARGET_LPC11U35_401) || defined(TARGET_LPC11U35_501) || defined(TARGET_LPC11U24) #include "USBSerial.h" USBSerial pc; #else