1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/atmega_common: Increase stack a little bit

This is necessary to allow run the thread_duel example.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
Gerson Fernando Budke 2023-07-01 20:54:55 +02:00 committed by Marian Buschsieweke
parent 9dfdedcaf7
commit c64a64f549
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -32,7 +32,7 @@ extern "C" {
#endif
#ifndef THREAD_EXTRA_STACKSIZE_PRINTF
#define THREAD_EXTRA_STACKSIZE_PRINTF (128)
#define THREAD_EXTRA_STACKSIZE_PRINTF (132)
#endif
/**