mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Fix the problem of multiple timer allocations with bitbanged Dshot.
This commit is contained in:
parent
f331cb3dd1
commit
4acf0893df
5 changed files with 30 additions and 24 deletions
|
@ -274,6 +274,8 @@ rccPeriphTag_t timerRCC(TIM_TypeDef *tim);
|
|||
uint8_t timerInputIrq(TIM_TypeDef *tim);
|
||||
|
||||
#if defined(USE_TIMER_MGMT)
|
||||
extern const resourceOwner_t freeOwner;
|
||||
|
||||
timerIOConfig_t *timerIoConfigByTag(ioTag_t ioTag);
|
||||
const resourceOwner_t *timerGetOwner(int8_t timerNumber, uint16_t timerChannel);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue