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
committed by Himanshu Chauhan
parent 9237406b12
commit c0e238ffb2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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