diff --git a/sw/airborne/arm7/sys_time_hw.c b/sw/airborne/arm7/sys_time_hw.c index 8972e2abe9..0888efbbcf 100644 --- a/sw/airborne/arm7/sys_time_hw.c +++ b/sw/airborne/arm7/sys_time_hw.c @@ -17,6 +17,10 @@ uint32_t sys_time_chrono; /* T0TC ticks */ #include "mb_scale.h" #endif /* MB_SCALE */ +#ifndef RADIO_CONTROL +#define PPM_CRI 0x0 +#endif + #ifdef MB_TACHO #include "mb_tacho.h" // FIXME : declared the scale interrupt here :(