Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1180 → Rev 1199

/branches/V0.72p Code Redesign killagreg/main.c
206,7 → 206,13
 
#ifdef USE_NAVICTRL
printf("\n\rSupport for NaviCtrl");
#ifdef USE_RC_DSL
printf("\r\nSupport for DSL RC at 2nd UART");
#endif
#ifdef USE_RC_SPECTRUM
printf("\r\nSupport for SPECTRUM RC at 2nd UART");
#endif
#endif
 
#ifdef USE_KILLAGREG
printf("\n\rSupport for MicroMag3 Compass");