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,7 +27,7 @@
* https://www.pjrc.com/teensy/teensyduino.html
*/
#if NOT_TARGET(IS_32BIT_TEENSY)
#if NOT_TARGET(IS_TEENSY_31_32)
#error "Oops! Select 'Teensy 3.1' or 'Teensy 3.2' in 'Tools > Board.'"
#endif

View File

@@ -27,7 +27,7 @@
* https://www.pjrc.com/teensy/teensyduino.html
****************************************************************************************/
#if NOT_TARGET(IS_32BIT_TEENSY)
#if NOT_TARGET(IS_TEENSY_35_36)
#error "Oops! Select 'Teensy 3.5' or 'Teensy 3.6' in 'Tools > Board.'"
#endif