Subversion Repositories FlightCtrl

Rev

Rev 1544 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1544 Rev 1545
Line 79... Line 79...
79
#include "twimaster.h"
79
#include "twimaster.h"
80
#include "eeprom.h"
80
#include "eeprom.h"
Line 81... Line 81...
81
 
81
 
82
 
82
 
83
uint8_t BoardRelease = 10;
83
uint8_t BoardRelease = 10;
84
uint8_t CPUType = ATMEGA644;
84
uint8_t CPUType = ATMEGA644P;
Line 85... Line 85...
85
uint8_t LowVoltageWarning = 94;
85
uint8_t LowVoltageWarning = 94;
86
uint16_t FlightMinutes = 0, FlightMinutesTotal = 0;
86
uint16_t FlightMinutes = 0, FlightMinutesTotal = 0;
Line 284... Line 284...
284
        printf("\r\nSupport for DSL RC at 2nd UART");
284
                        printf("\r\nSupport for DSL RC at 2nd UART");
285
        #endif
285
                #endif
286
        #ifdef USE_RC_SPECTRUM
286
                #ifdef USE_RC_SPECTRUM
287
        printf("\r\nSupport for SPEKTRUM RC at 2nd UART");
287
                        printf("\r\nSupport for SPEKTRUM RC at 2nd UART");
288
        #endif
288
                #endif
-
 
289
                #ifdef USE_RC_JENNIC // LPD: FC_JN_Receiver support added
-
 
290
                        printf("\r\nSupport for JENNIC RC at 2nd UART");
-
 
291
                #endif
289
        #endif
292
        #endif
Line 290... Line 293...
290
 
293
 
291
        #ifdef USE_KILLAGREG
294
        #ifdef USE_KILLAGREG
292
        printf("\n\rSupport for MicroMag3 Compass");
295
                printf("\n\rSupport for MicroMag3 Compass");