cpu/atmega32u4: make THREAD_STACKSIZE_IDLE configurable
This commit is contained in:
parent
b2278b64a8
commit
b0e7d6abd6
@ -39,7 +39,9 @@ extern "C" {
|
||||
#define THREAD_STACKSIZE_DEFAULT (256)
|
||||
#endif
|
||||
|
||||
#ifndef THREAD_STACKSIZE_IDLE
|
||||
#define THREAD_STACKSIZE_IDLE (128)
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user