🧑‍💻 Move PB0 init for MKS_ROBIN_NANO

This commit is contained in:
Scott Lahteine
2022-01-12 09:41:51 -06:00
parent 24d1d3eb5c
commit 84ed749954
3 changed files with 12 additions and 13 deletions

View File

@@ -45,3 +45,7 @@
//#define LED_PIN PB2
#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)
#endif