diff options
Diffstat (limited to 'src/sam3x8e/serial.c')
-rw-r--r-- | src/sam3x8e/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sam3x8e/serial.c b/src/sam3x8e/serial.c index b10e8d8b..a118122d 100644 --- a/src/sam3x8e/serial.c +++ b/src/sam3x8e/serial.c @@ -5,8 +5,8 @@ // This file may be distributed under the terms of the GNU GPLv3 license. #include "autoconf.h" // CONFIG_SERIAL_BAUD -#include "board/gpio.h" // gpio_peripheral #include "board/serial_irq.h" // serial_rx_data +#include "internal.h" // gpio_peripheral #include "sam3x8e.h" // UART #include "sched.h" // DECL_INIT |