Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2 | mjames | 1 | /* |
| 2 | * hal.h |
||
| 3 | * |
||
| 4 | * Created on: 6 Sep 2020 |
||
| 5 | * Author: mike |
||
| 6 | */ |
||
| 7 | |||
| 8 | #ifndef CORE_INC_HAL_H_ |
||
| 9 | #define CORE_INC_HAL_H_ |
||
| 10 | // Include platform specific HAL |
||
| 11 | #include "stm32f1xx_hal.h" |
||
| 12 | |||
| 13 | // configure serial driver |
||
| 14 | #define SERIAL_UART1 |
||
| 15 | |||
| 16 | |||
| 17 | #endif /* CORE_INC_HAL_H_ */ |