diff --git a/Core/Src/Runes/Runes.cpp b/Core/Src/Runes/Runes.cpp index 511a2cba..bb2b79bc 100644 --- a/Core/Src/Runes/Runes.cpp +++ b/Core/Src/Runes/Runes.cpp @@ -174,6 +174,7 @@ vector> TimerPeripheral::timers = { #define NORMAL TimerPeripheral::PWM_MODE::NORMAL #define PHASED TimerPeripheral::PWM_MODE::PHASED +#define CENTER_ALIGNED TimerPeripheral::PWM_MODE::CENTER_ALIGNED PWMmap TimerPeripheral::available_pwm = { {PB14, {timer12, {TIM_CHANNEL_1, NORMAL}}},