Rev 8 | Rev 28 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 8 | Rev 9 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | extern TIM_HandleTypeDef htim2; |
12 | extern TIM_HandleTypeDef htim2; |
| 13 | extern TIM_HandleTypeDef htim6; |
13 | extern TIM_HandleTypeDef htim6; |
| 14 | 14 | ||
| 15 | extern volatile char TimerFlag; |
- | |
| 16 | - | ||
| 17 | extern volatile char NoSerialInCTR; // Missing characters coming in on USART1 |
- | |
| 18 | extern volatile char NoSerialIn; |
- | |
| 19 | 15 | ||
| 20 | 16 | ||
| 21 | #endif /* MAIN_H_ */ |
17 | #endif /* MAIN_H_ */ |