1
0
Fork 0
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:
mikeller 2019-03-07 06:12:29 +13:00
parent 410507c56a
commit fb5c468f92
5 changed files with 260 additions and 70 deletions

View file

@ -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)