Skip to content

Commit

Permalink
🩹 BOARD_INIT followup
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 20, 2022
1 parent 56f065d commit 900bcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
#include "pins_MKS_ROBIN_NANO_common.h"

#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

0 comments on commit 900bcbe

Please sign in to comment.