Update IRQ.cpp

This commit is contained in:
Ben V. Brown
2024-05-24 21:59:21 +10:00
committed by Ben V. Brown
parent 05384ae5a0
commit d7bcd2245b

View File

@@ -68,7 +68,7 @@ volatile uint16_t PWMSafetyTimer = 0;
volatile uint8_t pendingPWM = 0;
volatile bool pendingNextPeriodIsFast = false;
void start_PWM_output(void) {
inline void start_PWM_output(void) {
TIMER_Disable(TIMER_CH0);
if (PWMSafetyTimer) {