aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-15 11:51:46 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-15 11:51:46 +0000
commit953eab4dbf1d0c3971935d1eca5d172209e80384 (patch)
tree5436e9e3bff9aa416a2e73a882c5dbdd53856077 /testhal/STM32/STM32F4xx
parent2bf792d2a5138fc1fa0a2eb2fd304d819115a7ab (diff)
downloadChibiOS-953eab4dbf1d0c3971935d1eca5d172209e80384.tar.gz
ChibiOS-953eab4dbf1d0c3971935d1eca5d172209e80384.tar.bz2
ChibiOS-953eab4dbf1d0c3971935d1eca5d172209e80384.zip
Tickless Mode improvements and more assertions added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7771 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx')
-rw-r--r--testhal/STM32/STM32F4xx/IRQ_STORM/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/IRQ_STORM/main.c b/testhal/STM32/STM32F4xx/IRQ_STORM/main.c
index 581a1142a..0b5ae9c00 100644
--- a/testhal/STM32/STM32F4xx/IRQ_STORM/main.c
+++ b/testhal/STM32/STM32F4xx/IRQ_STORM/main.c
@@ -302,6 +302,7 @@ int main(void) {
print("#");
if (threshold == 0)
threshold = interval;
+ break;
}
}
/* Gives the worker threads a chance to empty the mailboxes before next