Subversion Repositories NaviCtrl

Rev

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

Rev 231 Rev 254
Line 113... Line 113...
113
#define NC_FLAG_CH                              0x04
113
#define NC_FLAG_CH                              0x04
114
#define NC_FLAG_RANGE_LIMIT             0x08
114
#define NC_FLAG_RANGE_LIMIT             0x08
115
#define NC_FLAG_NOSERIALLINK    0x10
115
#define NC_FLAG_NOSERIALLINK    0x10
116
#define NC_FLAG_TARGET_REACHED  0x20
116
#define NC_FLAG_TARGET_REACHED  0x20
117
#define NC_FLAG_MANUAL_CONTROL  0x40
117
#define NC_FLAG_MANUAL_CONTROL  0x40
118
#define NC_FLAG_8                               0x80
118
#define NC_FLAG_GPS_OK                  0x80
Line 119... Line 119...
119
 
119
 
120
extern UART_TypeDef *DebugUART;
120
extern UART_TypeDef *DebugUART;