Ignore NativeEthernet on AT90USB1286 (#19885)
This commit is contained in:
committed by
Scott Lahteine
parent
a625fee035
commit
62d578de9e
@@ -560,7 +560,7 @@ build_unflags = -g -ggdb
|
||||
platform = teensy
|
||||
extends = common_avr8
|
||||
board = at90usb1286
|
||||
lib_ignore = ${env:common_avr8.lib_ignore} Teensy_ADC
|
||||
lib_ignore = ${env:common_avr8.lib_ignore}, Teensy_ADC, NativeEthernet
|
||||
|
||||
#
|
||||
# AT90USB1286 boards using DFU bootloader
|
||||
|
Reference in New Issue
Block a user