aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-04-07 15:20:25 +0300
committerbarthess <barthess@yandex.ru>2015-04-07 15:20:25 +0300
commitadfa3f75e83bd7b033077cc1b12a3a0a612ce26a (patch)
treef1cf1473f8b46694b95b563f855dca456d38a399 /testhal
parent3d45d3d4fa3706e8e41558976d5d3ec2e0276b22 (diff)
downloadChibiOS-Contrib-adfa3f75e83bd7b033077cc1b12a3a0a612ce26a.tar.gz
ChibiOS-Contrib-adfa3f75e83bd7b033077cc1b12a3a0a612ce26a.tar.bz2
ChibiOS-Contrib-adfa3f75e83bd7b033077cc1b12a3a0a612ce26a.zip
Fixed thread function prototype
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_NAND/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/main.c b/testhal/STM32/STM32F4xx/FSMC_NAND/main.c
index c870296..bdc72e0 100644
--- a/testhal/STM32/STM32F4xx/FSMC_NAND/main.c
+++ b/testhal/STM32/STM32F4xx/FSMC_NAND/main.c
@@ -226,7 +226,6 @@ static THD_FUNCTION(BackgroundThread, arg) {
while(true){
BackgroundThdCnt++;
}
- return 0;
}
/*