mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Added default value processing for , .
This commit is contained in:
parent
410507c56a
commit
fb5c468f92
5 changed files with 260 additions and 70 deletions
|
@ -261,6 +261,7 @@ uint8_t timerInputIrq(TIM_TypeDef *tim);
|
|||
timerIOConfig_t *timerIoConfigByTag(ioTag_t ioTag);
|
||||
#endif
|
||||
const timerHardware_t *timerGetByTag(ioTag_t ioTag);
|
||||
const timerHardware_t *timerGetByTagAndIndex(ioTag_t ioTag, unsigned timerIndex);
|
||||
ioTag_t timerioTagGetByUsage(timerUsageFlag_e usageFlag, uint8_t index);
|
||||
|
||||
#if defined(USE_HAL_DRIVER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue