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: main.cpp
- Revision:
- 2:a3e52cf86086
- Parent:
- 1:da33a9116bda
diff -r da33a9116bda -r a3e52cf86086 main.cpp --- a/main.cpp Tue Nov 18 15:45:17 2014 +0000 +++ b/main.cpp Wed Nov 19 23:04:04 2014 +0000 @@ -55,6 +55,10 @@ Serial pc(USBTX, USBRX);//lpc1768 #elif (THIS_BOARD == ST_MBED_NUCLEOF411) Serial pc(SERIAL_TX, SERIAL_RX);//nucleoF411 +#elif (THIS_BOARD == EA_MBED_LPC4088) +Serial pc(USBTX, USBRX); +#elif (THIS_BOARD == ST_MBED_NUCLEOF103) +Serial pc(SERIAL_TX, SERIAL_RX); #else #endif