From 953eab4dbf1d0c3971935d1eca5d172209e80384 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 15 Mar 2015 11:51:46 +0000 Subject: 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 --- testhal/STM32/STM32F4xx/IRQ_STORM/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testhal/STM32/STM32F4xx/IRQ_STORM/main.c') 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 -- cgit v1.2.3