Fix at90usb1286 build (#19687)
* Skip check for USBCON during dependency detection * Ignore incompatible Teensy_ADC library, which requires Teensy >= 3 * Add IS_AT90USB Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
beb17d8855
commit
8a5c3782b8
10 changed files with 19 additions and 19 deletions
|
|
@ -559,6 +559,7 @@ build_unflags = -g -ggdb
|
|||
platform = teensy
|
||||
extends = common_avr8
|
||||
board = at90usb1286
|
||||
lib_ignore = ${env:common_avr8.lib_ignore} Teensy_ADC
|
||||
|
||||
#
|
||||
# AT90USB1286 boards using DFU bootloader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue