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:
@ -67,7 +67,7 @@
|
||||
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
|
||||
#endif
|
||||
|
||||
#ifndef USBCON
|
||||
#if !defined(__MARLIN_DEPS__) && !defined(USBCON)
|
||||
#error "USBCON should be defined by the platform for this board."
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user