aboutsummaryrefslogtreecommitdiff
path: root/02-usart/tests/test_spi.c
diff options
context:
space:
mode:
Diffstat (limited to '02-usart/tests/test_spi.c')
-rw-r--r--02-usart/tests/test_spi.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/02-usart/tests/test_spi.c b/02-usart/tests/test_spi.c
deleted file mode 100644
index cc25d6e..0000000
--- a/02-usart/tests/test_spi.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "test_harness.h"
-
-#include "arch/stm32l4xxx/peripherals/spi.h"
-
-TEST(spi, smoke)
-{
- __IO spi_t* spi = &SPI1;
- spi->s_r = 1;
-
- return 0;
-}