1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +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

@ -21,7 +21,7 @@
#include <platform.h>
#ifdef TRANSPONDER
#ifdef USE_TRANSPONDER
#include "dma.h"
#include "drivers/nvic.h"