diff options
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F4xx/IRQ_STORM/main.c | 1 |
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
|