1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Removed superfluous timerClockDivisor (not used anywhere anymore).

This commit is contained in:
blckmn 2017-07-09 07:41:02 +10:00
parent 750bc6452a
commit a078739ec2
5 changed files with 8 additions and 31 deletions

View file

@ -182,7 +182,6 @@ void timerInit(void);
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, uint32_t hz); // TODO - just for migration