diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-05 16:05:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-05 16:05:17 +0000 |
commit | 654bed7b7122c1231a02e790d1af3c55ec7a981c (patch) | |
tree | 97b82a859e38b4701debe4d3903856338d9bc763 /testhal | |
parent | 2de7c9ddf99e11564b045ffc92c73d2e423ae665 (diff) | |
download | ChibiOS-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')
-rw-r--r-- | testhal/STM32/IRQ_STORM/main.c | 2 |
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
/*===========================================================================*/
|