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:
parent
750bc6452a
commit
a078739ec2
5 changed files with 8 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue