Include pins.h in dependencies script (#19468)
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
* https://www.pjrc.com/teensy/teensyduino.html
|
||||
*/
|
||||
|
||||
#if !IS_32BIT_TEENSY
|
||||
#if NOT_TARGET(IS_32BIT_TEENSY)
|
||||
#error "Oops! Select 'Teensy 3.1' or 'Teensy 3.2' in 'Tools > Board.'"
|
||||
#endif
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
* https://www.pjrc.com/teensy/teensyduino.html
|
||||
****************************************************************************************/
|
||||
|
||||
#if !IS_32BIT_TEENSY
|
||||
#if NOT_TARGET(IS_32BIT_TEENSY)
|
||||
#error "Oops! Select 'Teensy 3.5' or 'Teensy 3.6' in 'Tools > Board.'"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user