aboutsummaryrefslogtreecommitdiffstats
path: root/src/sam3x8e/serial.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-12-25 10:28:21 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-01-07 19:30:17 -0500
commitecba3e9a19236c04e93ff102bc5cde55fdc906ad (patch)
treeedbbb473ed077a7b38a493ab250708e0effaad28 /src/sam3x8e/serial.c
parentc3a2fc981d29202821e8a375005813fec76b32a7 (diff)
downloadkutter-ecba3e9a19236c04e93ff102bc5cde55fdc906ad.tar.gz
kutter-ecba3e9a19236c04e93ff102bc5cde55fdc906ad.tar.xz
kutter-ecba3e9a19236c04e93ff102bc5cde55fdc906ad.zip
sam3x8e: Add an internal.h header file with local definitions
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/sam3x8e/serial.c')
-rw-r--r--src/sam3x8e/serial.c2
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