mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
timerHardware removal - all targets use fullTimerHardware now. (#12349)
* Removing last items associated with old timerHardware * target.c rename, to identify purpose (should probably move to drivers/sitl or similar) * Removing timerHardware dependency from timerup.c
This commit is contained in:
parent
69c779c0f7
commit
2dbbd1882c
20 changed files with 8 additions and 247 deletions
|
@ -133,11 +133,6 @@ typedef enum {
|
|||
|
||||
#define MHZ_TO_HZ(x) ((x) * 1000000)
|
||||
|
||||
#if USABLE_TIMER_CHANNEL_COUNT > 0
|
||||
extern const timerHardware_t timerHardware[];
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(USE_TIMER_MGMT)
|
||||
#if defined(STM32F4)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue