Sanity-check illegal native USB (#20047)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Jason Smith
2020-11-06 22:48:17 -08:00
committed by GitHub
parent bd872d5dcf
commit a439892d7a
28 changed files with 76 additions and 15 deletions

View File

@@ -26,9 +26,7 @@
#if NOT_TARGET(__STM32F1__)
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif
#if HOTENDS > 1 || E_STEPPERS > 1
#elif HOTENDS > 1 || E_STEPPERS > 1
#error "CREALITY supports up to 1 hotends / E-steppers. Comment out this line to continue."
#endif
@@ -39,6 +37,8 @@
#define DEFAULT_MACHINE_NAME "Ender 3 V2"
#endif
#define BOARD_NO_NATIVE_USB
//
// EEPROM
//