diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2020-11-24 14:03:19 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2020-11-24 14:03:19 -0700 |
commit | 351ff7059a5bacb322664412a8c62ee4640b33bf (patch) | |
tree | 53ef3fb16c5742c2edc45e633d80f6e16896f864 /tests/test_usart.c | |
parent | 6a1e0acc14b62c00317ac61c6ad6d8ffe441be4f (diff) | |
download | stm32l4-351ff7059a5bacb322664412a8c62ee4640b33bf.tar.gz stm32l4-351ff7059a5bacb322664412a8c62ee4640b33bf.tar.bz2 stm32l4-351ff7059a5bacb322664412a8c62ee4640b33bf.zip |
Update .clang-format and run it on filse
Diffstat (limited to 'tests/test_usart.c')
-rw-r--r-- | tests/test_usart.c | 6 |
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; |