Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 952 → Rev 953

/branches/V0.70d Code Redesign killagreg/main.c
191,6 → 191,7
#ifdef USE_KILLAGREG
printf("\n\rSupport for MicroMag3 Compass");
#endif
 
#ifdef USE_MK3MAG
printf("\n\rSupport for MK3MAG Compass");
#endif
197,7 → 198,7
 
 
 
#if defined (USE_KILLAGREG) || defined (USE_MK3MAG)
#if (defined (USE_KILLAGREG) || defined (USE_MK3MAG))
#if defined (__AVR_ATmega644P__)
if(BoardRelease == 10)
{