Browse Source

🩹 Fix Robin Nano BOARD_INIT

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

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

44
 
44
 
45
 //#define LED_PIN                           PB2
45
 //#define LED_PIN                           PB2
46
 
46
 
47
-#if HAS_TFT_LVGL_UI
48
-  #define BOARD_INIT OUT_WRITE(PB0, LOW)
49
-#endif
50
-
51
 #include "pins_MKS_ROBIN_NANO_common.h"
47
 #include "pins_MKS_ROBIN_NANO_common.h"
52
 
48
 
53
 #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

Loading…
Cancel
Save