FIx to be able to compile without RADIO_CONTROL

This commit is contained in:
Pascal Brisset
2009-06-17 13:18:08 +00:00
parent 6a01e871ea
commit 8852f5f8d0
+4
View File
@@ -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 :(