1
0
Fork 0
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:
J Blackman 2023-02-15 02:47:44 +11:00 committed by GitHub
parent 69c779c0f7
commit 2dbbd1882c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 8 additions and 247 deletions

View file

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