Subversion Repositories FlightCtrl

Rev

Rev 1799 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1799 Rev 1802
Line 235... Line 235...
235
        if (EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) printf("HeadingHold");
235
        if (EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) printf("HeadingHold");
236
        else printf("Normal (ACC-Mode)");
236
        else printf("Normal (ACC-Mode)");
Line 237... Line 237...
237
       
237
       
Line 238... Line 238...
238
#ifdef NODISPLAY                        // MartinW; for no MKT Display main.h
238
#ifdef NODISPLAY                        // MartinW; for no MKT Display main.h
239
 
239
 
240
#warning : "### no MKTool Display ###"
240
#warning : "### with MKTool Display ###"
Line 241... Line 241...
241
    LcdClear();
241
    LcdClear();
242
        #endif
242
        #endif