Subversion Repositories FlightCtrl

Rev

Rev 1793 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1793 Rev 1799
Line 6... Line 6...
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"
Line -... Line 10...
-
 
10
 
-
 
11
#ifdef NODISPLAY        // only include functions if DEBUG is defined in main.h
-
 
12
 
-
 
13
#warning : "### no MKTool Display ###"
-
 
14
 
10
 
15
 
11
char DisplayBuff[80] = "Hello World";
16
char DisplayBuff[80] = "Hello World";
Line 12... Line 17...
12
unsigned char DispPtr = 0;
17
unsigned char DispPtr = 0;
13
 
18
 
Line 200... Line 205...
200
           MenuePunkt = 0;
205
           MenuePunkt = 0;
201
           break;
206
           break;
202
    }
207
    }
203
    RemoteKeys = 0;
208
    RemoteKeys = 0;
204
}
209
}
-
 
210
#endif
205
 
211