Subversion Repositories FlightCtrl

Rev

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

Rev 2146 Rev 2178
Line 41... Line 41...
41
#define SPEAK_FOLLWING          51
41
#define SPEAK_FOLLWING          51
42
#define SPEAK_STARTING      52
42
#define SPEAK_STARTING      52
Line 43... Line 43...
43
 
43
 
44
#define MAX_ERR_NUMBER (30+1)
44
#define MAX_ERR_NUMBER (30+1)
-
 
45
extern const char PROGMEM NC_ERROR_TEXT[MAX_ERR_NUMBER][17];
-
 
46
extern unsigned char NaviData_WaypointIndex, NaviData_WaypointNumber, NaviData_TargetHoldTime;
Line 45... Line 47...
45
extern const char PROGMEM NC_ERROR_TEXT[MAX_ERR_NUMBER][17];
47
extern unsigned int NaviData_TargetDistance;
46
 
48
 
47
extern unsigned char HottKeyboard,HoTT_RequestedSensor;
49
extern unsigned char HottKeyboard,HoTT_RequestedSensor;
48
extern unsigned char HottUpdate(unsigned char key);
50
extern unsigned char HottUpdate(unsigned char key);