mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-20 06:43: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:
committed by
Himanshu Chauhan
parent
9237406b12
commit
c0e238ffb2
@@ -33,7 +33,7 @@
|
||||
|
||||
|
||||
/* Number of queue entries */
|
||||
#define QUEUE_ENTRIES 8
|
||||
#define QUEUE_ENTRIES 4
|
||||
|
||||
|
||||
/* Number of test threads */
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
|
||||
/* Test queue size */
|
||||
#define QUEUE_ENTRIES 8
|
||||
#define QUEUE_ENTRIES 4
|
||||
|
||||
|
||||
/* Number of test threads */
|
||||
|
||||
Reference in New Issue
Block a user