Adjust HAL platform defines, comments

This commit is contained in:
Scott Lahteine
2020-10-02 17:05:45 -05:00
committed by Scott Lahteine
parent 8d090cbdbb
commit 4d1357e318
44 changed files with 106 additions and 78 deletions

View File

@ -27,12 +27,12 @@
* https://www.pjrc.com/teensy/teensyduino.html
****************************************************************************************/
#if NOT_TARGET(IS_32BIT_TEENSY) || NOT_TARGET(IS_TEENSY41)
#if NOT_TARGET(IS_TEENSY41)
#error "Oops! Select 'Teensy 4.1' in 'Tools > Board.'"
#else
#define BOARD_INFO_NAME "Teensy4.1"
#endif
#define BOARD_INFO_NAME "Teensy4.1"
/**
* Plan for Teensy 4.0 and Teensy 4.1:
* USB

View File

@ -27,12 +27,12 @@
* https://www.pjrc.com/teensy/teensyduino.html
****************************************************************************************/
#if NOT_TARGET(IS_32BIT_TEENSY) || NOT_TARGET(IS_TEENSY41)
#if NOT_TARGET(IS_TEENSY41)
#error "Oops! Select 'Teensy 4.1' in 'Tools > Board.'"
#else
#define BOARD_INFO_NAME "Teensy4.1"
#endif
#define BOARD_INFO_NAME "Teensy4.1"
/**
* Plan for Teensy 4.0 and Teensy 4.1:
* USB