1
0
Fork 0
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:
jflyper 2017-12-11 01:41:01 +09:00
parent bb79830f03
commit db014752d7
34 changed files with 46 additions and 34 deletions

View file

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