diff options
Diffstat (limited to 'drivers/chibios/serial_usart.c')
-rw-r--r-- | drivers/chibios/serial_usart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/chibios/serial_usart.c b/drivers/chibios/serial_usart.c index 62b4913cb..ded78410e 100644 --- a/drivers/chibios/serial_usart.c +++ b/drivers/chibios/serial_usart.c | |||
@@ -2,8 +2,8 @@ | |||
2 | #include "serial.h" | 2 | #include "serial.h" |
3 | #include "printf.h" | 3 | #include "printf.h" |
4 | 4 | ||
5 | #include "ch.h" | 5 | #include <ch.h> |
6 | #include "hal.h" | 6 | #include <hal.h> |
7 | 7 | ||
8 | #ifndef USART_CR1_M0 | 8 | #ifndef USART_CR1_M0 |
9 | # define USART_CR1_M0 USART_CR1_M // some platforms (f1xx) dont have this so | 9 | # define USART_CR1_M0 USART_CR1_M // some platforms (f1xx) dont have this so |