1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Simplified getting timerClock

This commit is contained in:
blckmn 2017-05-11 13:16:58 +10:00
parent 681b5e79b6
commit 0d13736e2f
8 changed files with 35 additions and 4 deletions

View file

@ -181,6 +181,7 @@ void timerStart(void);
void timerForceOverflow(TIM_TypeDef *tim);
uint8_t timerClockDivisor(TIM_TypeDef *tim);
uint32_t timerClock(TIM_TypeDef *tim);
void configTimeBase(TIM_TypeDef *tim, uint16_t period, uint8_t mhz); // TODO - just for migration