diff options
Diffstat (limited to 'testhal/STM32F37x/SPI/main.c')
-rw-r--r-- | testhal/STM32F37x/SPI/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32F37x/SPI/main.c b/testhal/STM32F37x/SPI/main.c index 2d80f5bf0..3a828f3a9 100644 --- a/testhal/STM32F37x/SPI/main.c +++ b/testhal/STM32F37x/SPI/main.c @@ -86,6 +86,7 @@ static msg_t spi_thread_2(void *p) { }
return 0;
}
+
/*
* This is a periodic thread that does absolutely nothing except flashing
* a LED.
|