Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 950 → Rev 957

/branches/V0.70d CRK HexaLotte/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)
{
283,10 → 284,10
{
if(UBat < ParamSet.LowVoltageWarning)
{
if(BeepModulation == 0xFFFF)
BeepModulation = 0x0300;
if(!BeepTime )
{
BeepTime = 6000; // 0.6 seconds
BeepModulation = 0x0300;
}
}
#ifdef USE_NAVICTRL