From 369ba99fdb95887371e3fcac3e88b8fb6e980b81 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 19 Jan 2022 05:11:06 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20Robin=20Nano=20BOARD=5FINI?= =?UTF-8?q?T?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h b/Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h index ce033d4013..2d70e72347 100644 --- a/Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h +++ b/Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h @@ -44,10 +44,6 @@ //#define LED_PIN PB2 -#if HAS_TFT_LVGL_UI - #define BOARD_INIT OUT_WRITE(PB0, LOW) -#endif - #include "pins_MKS_ROBIN_NANO_common.h" #if HAS_TFT_LVGL_UI && FAN1_PIN != PB0 && HEATER_1_PIN != PB0