Fix BLTouch PWM reliability in HAL/STM32 (#18702)

This commit is contained in:
Jason Smith
2020-07-19 15:41:36 -07:00
committed by GitHub
parent 1c94033f7c
commit 12bc63913c
5 changed files with 56 additions and 18 deletions

View File

@@ -79,7 +79,7 @@ void HAL_init() {
while (!LL_PWR_IsActiveFlag_BRR()); // Wait until backup regulator is initialized
#endif
SetSoftwareSerialTimerInterruptPriority();
SetTimerInterruptPriorities();
TERN_(EMERGENCY_PARSER, USB_Hook_init());
}