mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-28 14:24:34 +00:00
🩹 BOARD_INIT followup
This commit is contained in:
parent
56f065db05
commit
900bcbeeca
@ -47,5 +47,5 @@
|
|||||||
#include "pins_MKS_ROBIN_NANO_common.h"
|
#include "pins_MKS_ROBIN_NANO_common.h"
|
||||||
|
|
||||||
#if HAS_TFT_LVGL_UI && FAN1_PIN != PB0 && HEATER_1_PIN != PB0
|
#if HAS_TFT_LVGL_UI && FAN1_PIN != PB0 && HEATER_1_PIN != PB0
|
||||||
#define BOARD_INIT OUT_WRITE(PB0, LOW)
|
#define BOARD_INIT() OUT_WRITE(PB0, LOW)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user