aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F30x/IRQ_STORM/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F30x/IRQ_STORM/main.c')
-rw-r--r--testhal/STM32F30x/IRQ_STORM/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32F30x/IRQ_STORM/main.c b/testhal/STM32F30x/IRQ_STORM/main.c
index b88f13912..89d688016 100644
--- a/testhal/STM32F30x/IRQ_STORM/main.c
+++ b/testhal/STM32F30x/IRQ_STORM/main.c
@@ -148,6 +148,7 @@ static void gpt3cb(GPTDriver *gptp) {
static const GPTConfig gpt4cfg = {
1000000, /* 1MHz timer clock.*/
gpt4cb, /* Timer callback.*/
+ 0,
0
};
@@ -157,6 +158,7 @@ static const GPTConfig gpt4cfg = {
static const GPTConfig gpt3cfg = {
1000000, /* 1MHz timer clock.*/
gpt3cb, /* Timer callback.*/
+ 0,
0
};