aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F37x/SPI/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-31 10:37:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-31 10:37:06 +0000
commitb0b6214a6253eedb438e003dcfd408d52ed0a6c4 (patch)
tree02e526088577712f84a4460a7b68263397268955 /testhal/STM32F37x/SPI/main.c
parent853216256ad4cdacf5f94edb7d6b738c6be165a1 (diff)
downloadChibiOS-b0b6214a6253eedb438e003dcfd408d52ed0a6c4.tar.gz
ChibiOS-b0b6214a6253eedb438e003dcfd408d52ed0a6c4.tar.bz2
ChibiOS-b0b6214a6253eedb438e003dcfd408d52ed0a6c4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5522 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F37x/SPI/main.c')
-rw-r--r--testhal/STM32F37x/SPI/main.c1
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.