Prevent BOARD_NAME conflict with env
This commit is contained in:
@ -31,8 +31,8 @@
|
||||
#error "Oops! Select 'Teensy 3.1' or 'Teensy 3.2' in 'Tools > Board.'"
|
||||
#endif
|
||||
|
||||
#ifndef BOARD_NAME
|
||||
#define BOARD_NAME "Teensy3.2"
|
||||
#ifndef BOARD_INFO_NAME
|
||||
#define BOARD_INFO_NAME "Teensy3.2"
|
||||
#endif
|
||||
|
||||
#define AT90USB 1286 // Disable MarlinSerial etc.
|
||||
|
@ -32,9 +32,9 @@
|
||||
#endif
|
||||
|
||||
#if IS_TEENSY35
|
||||
#define BOARD_NAME "Teensy3.5"
|
||||
#define BOARD_INFO_NAME "Teensy3.5"
|
||||
#elif IS_TEENSY36
|
||||
#define BOARD_NAME "Teensy3.6"
|
||||
#define BOARD_INFO_NAME "Teensy3.6"
|
||||
#endif
|
||||
|
||||
#define AT90USB 1286 // Disable MarlinSerial etc.
|
||||
|
Reference in New Issue
Block a user