mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Removing USE_UNIFIED_TARGET...
This commit is contained in:
parent
c5468981e6
commit
3396013b53
19 changed files with 17 additions and 73 deletions
|
@ -27,7 +27,7 @@ extern "C" {
|
|||
#include <string>
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#if !defined(USE_UNIFIED_TARGET)
|
||||
#if USABLE_TIMER_CHANNEL_COUNT > 0
|
||||
extern "C" {
|
||||
extern const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT];
|
||||
}
|
||||
|
@ -110,4 +110,4 @@ extern "C" {
|
|||
|
||||
void bstInit(int) {}
|
||||
}
|
||||
#endif // USE_UNIFIED_TARGET
|
||||
#endif // USABLE_TIMER_CHANNEL_COUNT > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue