mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-03-04 03:23:15 +01:00
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:
@@ -34,7 +34,7 @@
|
||||
|
||||
|
||||
/* Number of queue entries */
|
||||
#define QUEUE_ENTRIES 8
|
||||
#define QUEUE_ENTRIES 4
|
||||
|
||||
|
||||
/* Number of test threads */
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
|
||||
/* Test queue size */
|
||||
#define QUEUE_ENTRIES 8
|
||||
#define QUEUE_ENTRIES 4
|
||||
|
||||
|
||||
/* Number of test threads */
|
||||
|
||||
Reference in New Issue
Block a user