Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1880 → Rev 1897

/branches/V0.84a_MartinW_Jeti+/menu.c
8,6 → 8,10
#include "main.h"
#include "eeprom.h"
 
#ifdef WITH_MKTOOL_Display // only include functions if DEBUG is defined in main.h
 
#warning : "### with MKTool Display ###"
 
char DisplayBuff[80] = "Hello World";
unsigned char DispPtr = 0;
 
202,3 → 206,4
}
RemoteKeys = 0;
}
#endif