Rev 47 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | mjames | 1 | /* |
2 | * misc.h |
||
3 | * |
||
4 | * Created on: 21 Sep 2016 |
||
5 | * Author: Mike |
||
28 | mjames | 6 | * |
7 | * $Log$ |
||
3 | mjames | 8 | */ |
9 | |||
10 | #ifndef MISC_H_ |
||
11 | #define MISC_H_ |
||
12 | |||
13 | extern void _init(void); |
||
14 | |||
9 | mjames | 15 | extern volatile char TimerFlag; |
16 | |||
17 | extern volatile char NoSerialInCTR; // Missing characters coming in on USART1 |
||
18 | extern volatile char NoSerialIn; |
||
19 | |||
28 | mjames | 20 | extern void resetSerialTimeout(void); |
21 | |||
22 | |||
3 | mjames | 23 | #endif /* MISC_H_ */ |