Subversion Repositories FlightCtrl

Rev

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

Rev 1799 Rev 1802
Line 8... Line 8...
8
#include "main.h"
8
#include "main.h"
9
#include "eeprom.h"
9
#include "eeprom.h"
Line 10... Line 10...
10
 
10
 
Line 11... Line 11...
11
#ifdef NODISPLAY        // only include functions if DEBUG is defined in main.h
11
#ifdef NODISPLAY        // only include functions if DEBUG is defined in main.h
Line 12... Line 12...
12
 
12
 
13
#warning : "### no MKTool Display ###"
13
#warning : "### with MKTool Display ###"
Line 205... Line 205...
205
           MenuePunkt = 0;
205
           MenuePunkt = 0;
206
           break;
206
           break;
207
    }
207
    }
208
    RemoteKeys = 0;
208
    RemoteKeys = 0;
209
}
209
}
210
#endif
-
 
211
210
#endif
-
 
211