Overrides to prevent STM32 timer conflicts (#20545)

This commit is contained in:
Jason Smith
2020-12-22 04:02:25 -08:00
committed by GitHub
parent c1b900aae9
commit 5e3be83dbb
7 changed files with 20 additions and 1 deletions

View File

@ -40,6 +40,9 @@
#define BOARD_NO_NATIVE_USB
// Avoid conflict with TIMER_SERVO when using the STM32 HAL
#define TEMP_TIMER 5
//
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
//

View File

@ -36,6 +36,9 @@
#define BOARD_NO_NATIVE_USB
// Avoid conflict with TIMER_SERVO when using the STM32 HAL
#define TEMP_TIMER 5
//
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
//

View File

@ -37,6 +37,9 @@
#define BOARD_NO_NATIVE_USB
// Avoid conflict with TIMER_SERVO when using the STM32 HAL
#define TEMP_TIMER 5
//
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
//