Commit 4ca2282 1 parent 3fdd7f9 commit 4ca2282 Copy full SHA for 4ca2282
File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 153
153
#define POWER_LOSS_PIN PC15 // PWRDET
154
154
#endif
155
155
156
- //
157
- // NeoPixel LED
158
- //
159
- #ifndef NEOPIXEL_PIN
160
- #define NEOPIXEL_PIN PE6
161
- #endif
162
-
163
156
//
164
157
// Control pin of driver/heater/fan power supply
165
158
//
511
504
#endif
512
505
#endif
513
506
507
+ //
508
+ // NeoPixel LED
509
+ //
510
+ #ifndef NEOPIXEL_PIN
511
+ #define NEOPIXEL_PIN PE6
512
+ #endif
513
+
514
514
//
515
515
// WIFI
516
516
//
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ build_flags = ${stm_flash_drive.build_flags}
207
207
-DUSE_USBHOST_HS -DUSE_USB_HS_IN_FS
208
208
-DUSBD_IRQ_PRIO =5 -DUSBD_IRQ_SUBPRIO =6
209
209
-DHSE_VALUE =8000000U -DHAL_SD_MODULE_ENABLED
210
+ -DPIN_SERIAL3_RX =PD_9 -DPIN_SERIAL3_TX =PD_8
210
211
211
212
#
212
213
# BigTreeTech SKR V2.0 (STM32F407VGT6 ARM Cortex-M4) with USB Media Share Support
You can’t perform that action at this time.
0 commit comments