aboutsummaryrefslogtreecommitdiff
path: root/tests/test_usart.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_usart.c')
-rw-r--r--tests/test_usart.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_usart.c b/tests/test_usart.c
index b19d687..82b6ce7 100644
--- a/tests/test_usart.c
+++ b/tests/test_usart.c
@@ -1,8 +1,8 @@
-#include "test_harness.h"
-#include "arch/stm32l4xxx/peripherals/usart.h"
-
#include <stdlib.h>
+#include "arch/stm32l4xxx/peripherals/usart.h"
+#include "test_harness.h"
+
TEST(usart, enable_dma)
{
__IO usart_t* usart = &USART1;