diff options
Diffstat (limited to 'src/sam4e8e/serial.c')
-rw-r--r-- | src/sam4e8e/serial.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/sam4e8e/serial.c b/src/sam4e8e/serial.c index 7339cbb2..12ae8de9 100644 --- a/src/sam4e8e/serial.c +++ b/src/sam4e8e/serial.c @@ -4,13 +4,10 @@ // // This file may be distributed under the terms of the GNU GPLv3 license. -// CMSIS -#include "sam4e.h" // UART - -// Klipper #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 "sam4e.h" // UART0 #include "sched.h" // DECL_INIT void |