Rev 48 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 48 | Rev 52 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | 12 | ||
13 | extern void _init(void); |
13 | extern void _init(void); |
14 | 14 | ||
15 | extern volatile char TimerFlag; |
15 | extern volatile char TimerFlag; |
16 | 16 | ||
17 | extern volatile char NoSerialInCTR; // Missing characters coming in on USART1 |
- | |
18 | extern volatile char NoSerialIn; |
- | |
19 | - | ||
20 | extern void resetSerialTimeout(void); |
- | |
21 | - | ||
22 | 17 | ||
23 | #endif /* MISC_H_ */ |
18 | #endif /* MISC_H_ */ |