From adfa3f75e83bd7b033077cc1b12a3a0a612ce26a Mon Sep 17 00:00:00 2001 From: barthess Date: Tue, 7 Apr 2015 15:20:25 +0300 Subject: [PATCH] Fixed thread function prototype --- testhal/STM32/STM32F4xx/FSMC_NAND/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/main.c b/testhal/STM32/STM32F4xx/FSMC_NAND/main.c index c8702965..bdc72e07 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; } /*