mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Removing USE_UNIFIED_TARGET...
This commit is contained in:
parent
c5468981e6
commit
3396013b53
19 changed files with 17 additions and 73 deletions
|
@ -133,7 +133,7 @@ typedef enum {
|
|||
|
||||
#define MHZ_TO_HZ(x) ((x) * 1000000)
|
||||
|
||||
#if !defined(USE_UNIFIED_TARGET)
|
||||
#if USABLE_TIMER_CHANNEL_COUNT > 0
|
||||
extern const timerHardware_t timerHardware[];
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue