Subversion Repositories FlightCtrl

Rev

Rev 952 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 952 Rev 953
Line 189... Line 189...
189
        #endif
189
        #endif
Line 190... Line 190...
190
 
190
 
191
        #ifdef USE_KILLAGREG
191
        #ifdef USE_KILLAGREG
192
        printf("\n\rSupport for MicroMag3 Compass");
192
        printf("\n\rSupport for MicroMag3 Compass");
-
 
193
        #endif
193
        #endif
194
 
194
        #ifdef USE_MK3MAG
195
        #ifdef USE_MK3MAG
195
        printf("\n\rSupport for MK3MAG Compass");
196
        printf("\n\rSupport for MK3MAG Compass");
Line 196... Line 197...
196
        #endif
197
        #endif
197
 
198
 
198
 
199
 
199
 
200
 
200
        #if defined (USE_KILLAGREG) || defined (USE_MK3MAG)
201
        #if (defined (USE_KILLAGREG) || defined (USE_MK3MAG))
201
        #if defined (__AVR_ATmega644P__)
202
        #if defined (__AVR_ATmega644P__)