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 MODSERIAL by
Diff: MACROS.h
- Revision:
- 39:8ef4f91813fd
- Parent:
- 34:e84b8ad1d98b
- Child:
- 40:6ffa97119f4f
--- a/MACROS.h Fri Dec 12 08:49:27 2014 +0000 +++ b/MACROS.h Sun Feb 08 19:59:54 2015 +0000 @@ -27,7 +27,7 @@ #include "MODSERIAL_LPC11U24.h" #include "MODSERIAL_KL25Z.h" #include "MODSERIAL_KL05Z.h" -#include "MODSERIAL_K64F.h" +#include "MODSERIAL_KSDK.h" #define MODSERIAL_TX_BUFFER_EMPTY (buffer_count[TxIrq]==0) #define MODSERIAL_RX_BUFFER_EMPTY (buffer_count[RxIrq]==0)