Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 903 → Rev 909

/branches/V0.69k CRK HexaLotte/timer0.c
8,7 → 8,7
#ifdef USE_KILLAGREG
#include "mm3.h"
#endif
#if !defined (USE_KILLAGREG) && !defined (USE_NAVICTRL)
#ifdef USE_MK3MAG
#include "mk3mag.h"
#endif
 
154,7 → 154,7
#ifdef USE_KILLAGREG
MM3_Update(); // read out mm3 board
#endif
#if !defined (USE_KILLAGREG) && !defined (USE_NAVICTRL)
#ifdef USE_MK3MAG
MK3MAG_Update(); // read out mk3mag pwm
#endif
}