Reduce BSS size in queue5 and queue9 module - brings the BSS on ATmega16 to just under 1KB, allowing those tests to be run on that target.

This commit is contained in:
Kelvin Lawson
2011-05-27 17:16:48 +01:00
parent 02660d0c80
commit c471814b3c
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
/* Number of queue entries */
#define QUEUE_ENTRIES 8
#define QUEUE_ENTRIES 4
/* Number of test threads */

View File

@@ -39,7 +39,7 @@
/* Test queue size */
#define QUEUE_ENTRIES 8
#define QUEUE_ENTRIES 4
/* Number of test threads */