mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Add and handle USE_TIMER
This commit is contained in:
parent
1c76469251
commit
cf219cd8a6
10 changed files with 28 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef USE_TIMER
|
||||
|
||||
#include "drivers/io.h"
|
||||
#include "timer.h"
|
||||
|
||||
|
@ -111,3 +113,4 @@ ioTag_t timerioTagGetByUsage(timerUsageFlag_e usageFlag, uint8_t index)
|
|||
#endif
|
||||
return IO_TAG_NONE;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue