Skip to content

Commit

Permalink
🐛 Fix some BTT SKR2 pins (MarlinFirmware#22558)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtreetech authored and ptoal committed Dec 16, 2021
1 parent e4566b9 commit 70090cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Marlin/src/pins/stm32f4/pins_BTT_SKR_V2_0_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,6 @@
#define POWER_LOSS_PIN PC15 // PWRDET
#endif

//
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PE6
#endif

//
// Control pin of driver/heater/fan power supply
//
Expand Down Expand Up @@ -511,6 +504,13 @@
#endif
#endif

//
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PE6
#endif

//
// WIFI
//
Expand Down
1 change: 1 addition & 0 deletions ini/stm32f4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ build_flags = ${stm_flash_drive.build_flags}
-DUSE_USBHOST_HS -DUSE_USB_HS_IN_FS
-DUSBD_IRQ_PRIO=5 -DUSBD_IRQ_SUBPRIO=6
-DHSE_VALUE=8000000U -DHAL_SD_MODULE_ENABLED
-DPIN_SERIAL3_RX=PD_9 -DPIN_SERIAL3_TX=PD_8

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

0 comments on commit 70090cb

Please sign in to comment.