aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/IRQ_STORM_FPU
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-28 08:40:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-28 08:40:46 +0000
commit9faabcc2d2b866d40b3876853683d45fe2a202e7 (patch)
tree5df99c156057ecd787449d393981bf796191b802 /testhal/STM32F4xx/IRQ_STORM_FPU
parentc7ef1b6263b3a23c535b90700bf635becf69f0f0 (diff)
downloadChibiOS-9faabcc2d2b866d40b3876853683d45fe2a202e7.tar.gz
ChibiOS-9faabcc2d2b866d40b3876853683d45fe2a202e7.tar.bz2
ChibiOS-9faabcc2d2b866d40b3876853683d45fe2a202e7.zip
IAR CM4 FPU support verified.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3667 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/IRQ_STORM_FPU')
-rw-r--r--testhal/STM32F4xx/IRQ_STORM_FPU/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM_FPU/main.c b/testhal/STM32F4xx/IRQ_STORM_FPU/main.c
index 7b751ed3c..9e1dc1468 100644
--- a/testhal/STM32F4xx/IRQ_STORM_FPU/main.c
+++ b/testhal/STM32F4xx/IRQ_STORM_FPU/main.c
@@ -301,5 +301,4 @@ int main(void) {
while (TRUE) {
chThdSleepMilliseconds(5000);
}
- return 0;
}