Rev 1221 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1221 | Rev 1222 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | extern void USART0_ProcessRxData(void); |
17 | extern void USART0_ProcessRxData(void); |
18 | extern int16_t uart_putchar(int8_t c); |
18 | extern int16_t uart_putchar(int8_t c); |
Line 19... | Line 19... | ||
19 | 19 | ||
20 | extern uint8_t PcAccess; |
20 | extern uint8_t PcAccess; |
- | 21 | extern uint8_t RemotePollDisplayLine; |
|
- | 22 | ||
21 | extern uint8_t RemotePollDisplayLine; |
23 | extern uint8_t MotorTest_Active; |
Line 22... | Line 24... | ||
22 | extern uint8_t MotorTest[4]; |
24 | extern uint8_t MotorTest[16]; |
23 | 25 | ||
24 | typedef struct |
26 | typedef struct |
25 | { |
27 | { |