mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-23 22:53:58 -06:00
Rename BOARD_STM32F4 to fix use with MB()
This commit is contained in:
parent
167ecd8620
commit
f8ad15fde8
4 changed files with 4 additions and 4 deletions
|
@ -130,7 +130,7 @@
|
|||
|
||||
// Choose the name from boards.h that matches your setup
|
||||
#ifndef MOTHERBOARD
|
||||
#define MOTHERBOARD BOARD_STM32F4
|
||||
#define MOTHERBOARD BOARD_GENERIC_STM32F4
|
||||
#endif
|
||||
|
||||
// Name displayed in the LCD "Ready" message and Info menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue