diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-28 08:40:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-28 08:40:46 +0000 |
commit | 9faabcc2d2b866d40b3876853683d45fe2a202e7 (patch) | |
tree | 5df99c156057ecd787449d393981bf796191b802 /testhal/STM32F4xx/IRQ_STORM_FPU/main.c | |
parent | c7ef1b6263b3a23c535b90700bf635becf69f0f0 (diff) | |
download | ChibiOS-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/main.c')
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM_FPU/main.c | 1 |
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;
}
|