Minor HAL cleanup

This commit is contained in:
Scott Lahteine
2020-09-08 22:14:59 -05:00
parent 40fdf8f087
commit bc7720c0cd
7 changed files with 127 additions and 118 deletions

View File

@ -44,8 +44,10 @@
//#undef MOTHERBOARD
//#define MOTHERBOARD BOARD_TEENSY31_32
#define IS_32BIT_TEENSY defined(__MK20DX256__)
#define IS_TEENSY32 defined(__MK20DX256__)
#ifdef __MK20DX256__
#define IS_32BIT_TEENSY 1
#define IS_TEENSY32 1
#endif
#define NUM_SERIAL 1