Skip to content

Commit 4ca2282

Browse files
bigtreetechDarred
authored andcommitted
🐛 Fix some BTT SKR2 pins (MarlinFirmware#22558)
1 parent 3fdd7f9 commit 4ca2282

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Marlin/src/pins/stm32f4/pins_BTT_SKR_V2_0_common.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,6 @@
153153
#define POWER_LOSS_PIN PC15 // PWRDET
154154
#endif
155155

156-
//
157-
// NeoPixel LED
158-
//
159-
#ifndef NEOPIXEL_PIN
160-
#define NEOPIXEL_PIN PE6
161-
#endif
162-
163156
//
164157
// Control pin of driver/heater/fan power supply
165158
//
@@ -511,6 +504,13 @@
511504
#endif
512505
#endif
513506

507+
//
508+
// NeoPixel LED
509+
//
510+
#ifndef NEOPIXEL_PIN
511+
#define NEOPIXEL_PIN PE6
512+
#endif
513+
514514
//
515515
// WIFI
516516
//

ini/stm32f4.ini

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ build_flags = ${stm_flash_drive.build_flags}
207207
-DUSE_USBHOST_HS -DUSE_USB_HS_IN_FS
208208
-DUSBD_IRQ_PRIO=5 -DUSBD_IRQ_SUBPRIO=6
209209
-DHSE_VALUE=8000000U -DHAL_SD_MODULE_ENABLED
210+
-DPIN_SERIAL3_RX=PD_9 -DPIN_SERIAL3_TX=PD_8
210211

211212
#
212213
# BigTreeTech SKR V2.0 (STM32F407VGT6 ARM Cortex-M4) with USB Media Share Support

0 commit comments

Comments
 (0)