mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
cpu/esp_common: make Xtensa ISR_STACKSIZE conditional
This commit is contained in:
parent
49b01c4284
commit
f7628d8f9a
@ -23,7 +23,9 @@ extern "C" {
|
||||
* @brief Xtensa ASM code specific default stack sizes
|
||||
* @{
|
||||
*/
|
||||
#define ISR_STACKSIZE (2048)
|
||||
#ifndef ISR_STACKSIZE
|
||||
# define ISR_STACKSIZE (2048)
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user