aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/main.c')
-rw-r--r--testhal/STM32/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/main.c b/testhal/STM32/main.c
index d566c7546..3298ea770 100644
--- a/testhal/STM32/main.c
+++ b/testhal/STM32/main.c
@@ -210,6 +210,7 @@ int main(int argc, char **argv) {
chThdTerminate(spitp);
chThdWait(spitp);
#endif
+ chThdSleepMilliseconds(500);
TestThread(&SD2);
chThdSleepMilliseconds(500);
chSysHalt();