Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1739 → Rev 1749

/branches/MartinW_Jeti+/menu.c
7,7 → 7,11
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#include "main.h"
#include "eeprom.h"
#ifdef NODISPLAY // only include functions if DEBUG is defined in main.h
 
#warning : "### no MKTool Display ###"
 
 
char DisplayBuff[80] = "Hello World";
unsigned char DispPtr = 0;
 
202,3 → 206,4
}
RemoteKeys = 0;
}
#endif