Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1799 → Rev 1802

/branches/v0.82a MartinW_Jeti+/uart.c
172,7 → 172,7
{
#ifdef NODISPLAY // MartinW main.h
#warning : "### no MKTool Display ###"
#warning : "### with MKTool Display ###"
LcdClear();
#endif
577,7 → 577,7
case 'h':// x-1 Displayzeilen
#ifdef NODISPLAY // only include functions if DEBUG is defined in main.h
#warning : "### no MKTool Display ###"
#warning : "### with MKTool Display ###"
 
 
PcZugriff = 255;
681,7 → 681,7
}
#ifdef NODISPLAY //main.h
#warning : "### no MKTool Display ###"
#warning : "### with MKTool Display ###"
 
if(((Display_Interval>0 && CheckDelay(Display_Timer)) || DebugDisplayAnforderung) && UebertragungAbgeschlossen)
{