1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

CF/BF - Fix compilation of transponder when not using DHSOT or LED_STRIP

This commit is contained in:
Hydra 2017-04-09 15:12:02 +01:00 committed by Dominic Clifton
parent 6f5727719f
commit 2ec39de031
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
#include <platform.h>
#include "common/utils.h"
#if defined(USE_DSHOT) || defined(LED_STRIP)
#if defined(USE_DSHOT) || defined(LED_STRIP) || defined(TRANSPONDER)
# define DEF_TIM_DMA_COND(...) __VA_ARGS__
#else
# define DEF_TIM_DMA_COND(...)