From d7bcd2245b07b6fe8bd8ec992fd2994cb0d5b8dd Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Fri, 24 May 2024 21:59:21 +1000 Subject: [PATCH] Update IRQ.cpp --- source/Core/BSP/Pinecilv2/IRQ.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/BSP/Pinecilv2/IRQ.cpp b/source/Core/BSP/Pinecilv2/IRQ.cpp index b69ec841..31431e99 100644 --- a/source/Core/BSP/Pinecilv2/IRQ.cpp +++ b/source/Core/BSP/Pinecilv2/IRQ.cpp @@ -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) {