Subversion Repositories FlightCtrl

Rev

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

Rev 1739 Rev 1749
Line 5... Line 5...
5
// + porting the sources to other systems or using the software on other systems (except hardware from www.mikrokopter.de) is not allowed
5
// + porting the sources to other systems or using the software on other systems (except hardware from www.mikrokopter.de) is not allowed
6
// + see the File "License.txt" for further Informations
6
// + see the File "License.txt" for further Informations
7
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8
#include "main.h"
8
#include "main.h"
9
#include "eeprom.h"
9
#include "eeprom.h"
-
 
10
#ifdef NODISPLAY                                                                                                                        // only include functions if DEBUG is defined in main.h
-
 
11
 
-
 
12
#warning : "### no MKTool Display ###"
-
 
13
 
Line 10... Line 14...
10
 
14
 
11
char DisplayBuff[80] = "Hello World";
15
char DisplayBuff[80] = "Hello World";
Line 12... Line 16...
12
unsigned char DispPtr = 0;
16
unsigned char DispPtr = 0;
Line 200... Line 204...
200
           MenuePunkt = 0;
204
           MenuePunkt = 0;
201
           break;
205
           break;
202
    }
206
    }
203
    RemoteKeys = 0;
207
    RemoteKeys = 0;
204
}
208
}
-
 
209
#endif