1
0
Fork 0
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:
blckmn 2022-10-21 10:04:10 +11:00
parent c5468981e6
commit 3396013b53
19 changed files with 17 additions and 73 deletions

View file

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