From 351ff7059a5bacb322664412a8c62ee4640b33bf Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 24 Nov 2020 14:03:19 -0700 Subject: Update .clang-format and run it on filse --- tests/test_usart.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test_usart.c') 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 +#include "arch/stm32l4xxx/peripherals/usart.h" +#include "test_harness.h" + TEST(usart, enable_dma) { __IO usart_t* usart = &USART1; -- cgit