Adjust HAL platform defines, comments

This commit is contained in:
Scott Lahteine
2020-10-02 17:05:45 -05:00
parent d83baf8925
commit 4e8eea8e78
45 changed files with 108 additions and 80 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