Subversion Repositories NaviCtrl

Rev

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

Rev 97 Rev 101
Line 97... Line 97...
97
#define NC_FLAG_PH                              0x02
97
#define NC_FLAG_PH                              0x02
98
#define NC_FLAG_CH                              0x04
98
#define NC_FLAG_CH                              0x04
99
#define NC_FLAG_RANGE_LIMIT             0x08
99
#define NC_FLAG_RANGE_LIMIT             0x08
100
#define NC_FLAG_NOSERIALLINK    0x10
100
#define NC_FLAG_NOSERIALLINK    0x10
101
#define NC_FLAG_TARGET_REACHED  0x20
101
#define NC_FLAG_TARGET_REACHED  0x20
102
#define NC_FLAG_7                               0x40
102
#define NC_FLAG_MANUAL_CONTROL  0x40
103
#define NC_FLAG_8                               0x80
103
#define NC_FLAG_8                               0x80
Line 104... Line 104...
104
 
104
 
105
extern UART_TypeDef *DebugUART;
105
extern UART_TypeDef *DebugUART;