Browse Source

🩹 BOARD_INIT followup

Scott Lahteine 3 years ago
parent
commit
900bcbeeca
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h

+ 1
- 1
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h View File

47
 #include "pins_MKS_ROBIN_NANO_common.h"
47
 #include "pins_MKS_ROBIN_NANO_common.h"
48
 
48
 
49
 #if HAS_TFT_LVGL_UI && FAN1_PIN != PB0 && HEATER_1_PIN != PB0
49
 #if HAS_TFT_LVGL_UI && FAN1_PIN != PB0 && HEATER_1_PIN != PB0
50
-  #define BOARD_INIT OUT_WRITE(PB0, LOW)
50
+  #define BOARD_INIT() OUT_WRITE(PB0, LOW)
51
 #endif
51
 #endif

Loading…
Cancel
Save