aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-05 16:05:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-05 16:05:17 +0000
commit654bed7b7122c1231a02e790d1af3c55ec7a981c (patch)
tree97b82a859e38b4701debe4d3903856338d9bc763 /testhal/STM32
parent2de7c9ddf99e11564b045ffc92c73d2e423ae665 (diff)
downloadChibiOS-654bed7b7122c1231a02e790d1af3c55ec7a981c.tar.gz
ChibiOS-654bed7b7122c1231a02e790d1af3c55ec7a981c.tar.bz2
ChibiOS-654bed7b7122c1231a02e790d1af3c55ec7a981c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2793 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r--testhal/STM32/IRQ_STORM/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/IRQ_STORM/main.c b/testhal/STM32/IRQ_STORM/main.c
index b20369b47..71ff38440 100644
--- a/testhal/STM32/IRQ_STORM/main.c
+++ b/testhal/STM32/IRQ_STORM/main.c
@@ -39,7 +39,7 @@
#endif
#ifndef MAILBOX_SIZE
-#define MAILBOX_SIZE 2
+#define MAILBOX_SIZE 4
#endif
/*===========================================================================*/