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:
- 34:e84b8ad1d98b
- Parent:
- 28:76793a84f9e5
- Child:
- 39:8ef4f91813fd
--- a/MACROS.h Sat Oct 12 09:53:06 2013 +0000 +++ b/MACROS.h Tue Apr 29 23:09:48 2014 +0000 @@ -26,6 +26,8 @@ #include "MODSERIAL_LPC1768.h" #include "MODSERIAL_LPC11U24.h" #include "MODSERIAL_KL25Z.h" +#include "MODSERIAL_KL05Z.h" +#include "MODSERIAL_K64F.h" #define MODSERIAL_TX_BUFFER_EMPTY (buffer_count[TxIrq]==0) #define MODSERIAL_RX_BUFFER_EMPTY (buffer_count[RxIrq]==0)
