1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

cpu/atxmega/include/cpu_conf: ztimer64 arithmetic idle stack fix

This commit is contained in:
Francisco Molina 2021-12-09 12:02:53 +01:00
parent e8d8759a69
commit 43b3b3991a

View File

@ -41,7 +41,7 @@ extern "C" {
* to avoid not printing of debug in interrupts
*/
#ifndef THREAD_STACKSIZE_IDLE
#ifdef MODULE_XTIMER
#if MODULE_XTIMER || MODULE_ZTIMER64
/* xtimer's 64 bit arithmetic doesn't perform well on 8 bit archs. In order to
* prevent a stack overflow when an timer triggers while the idle thread is
* running, we have to increase the stack size then