Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 946 → Rev 947

/branches/V0.69k Code Redesign killagreg/menu.c
54,7 → 54,7
void LCD_PrintMenu(void)
{
 
#if !defined (USE_MK3MAG) & !defined (USE_MK3MAG)
#if (!defined (USE_MK3MAG) & !defined (USE_MK3MAG))
static uint8_t MaxMenuItem = 11;
#else
#ifdef USE_MK3MAG
187,7 → 187,7
LCD_printfxy(0,3,"Hi:%4i Cf:%4i ",ExternControl.Height, ExternControl.Config);
break;
 
#if defined (USE_KILLAGREG) || defined (USE_MK3MAG)
#if defined ((USE_KILLAGREG) || defined (USE_MK3MAG))
case 12://GPS Lat/Lon coords
if (GPSInfo.status == INVALID)
{