mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Convert TRANSPONDER to USE_xxx scheme
This commit is contained in:
parent
bb79830f03
commit
db014752d7
34 changed files with 46 additions and 34 deletions
|
@ -18,6 +18,9 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <platform.h>
|
||||
|
||||
#ifdef USE_TRANSPONDER
|
||||
|
||||
#include "drivers/transponder_ir.h"
|
||||
#include "drivers/transponder_ir_arcitimer.h"
|
||||
|
||||
|
@ -64,3 +67,4 @@ const struct transponderVTable arcitimerTansponderVTable = {
|
|||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue