1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +03:00

add unused tim

This commit is contained in:
Steffen Windoffer 2016-10-29 19:33:05 +02:00
parent 194631a796
commit 64bced32f0

View file

@ -96,6 +96,7 @@ const timerDef_t timerDefinitions[HARDWARE_TIMER_DEFINITION_COUNT] = {
uint8_t timerClockDivisor(TIM_TypeDef *tim) uint8_t timerClockDivisor(TIM_TypeDef *tim)
{ {
UNUSED(tim);
return 1; return 1;
} }