MODSERIAL with support for more devices
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)