Fix errors and some compiler warnings with HAL_STM32 PlatformIO build (#12869)
This commit is contained in:
committed by
Scott Lahteine
parent
e6484d9dab
commit
8ae6f1e556
@ -29,10 +29,13 @@
|
||||
#endif
|
||||
|
||||
#define DEFAULT_MACHINE_NAME "Arm'ed"
|
||||
|
||||
#undef BOARD_NAME
|
||||
#define BOARD_NAME "Arm'ed"
|
||||
|
||||
#define I2C_EEPROM
|
||||
|
||||
#undef E2END
|
||||
#define E2END 0xFFF // EEPROM end address (4kB)
|
||||
|
||||
#if HOTENDS > 2 || E_STEPPERS > 2
|
||||
|
Reference in New Issue
Block a user