mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 13:03:54 +01:00
Merge pull request #18022 from fjmolinas/pr_uwb_core_smaller_stack
pkg/uwb-core: reduce default stacksize
This commit is contained in:
commit
51650e7d46
@ -47,7 +47,7 @@ extern "C" {
|
||||
* @brief Stacksize used for uwb-core event queue
|
||||
*/
|
||||
#ifndef UWB_CORE_STACKSIZE
|
||||
#define UWB_CORE_STACKSIZE (THREAD_STACKSIZE_LARGE)
|
||||
#define UWB_CORE_STACKSIZE (THREAD_STACKSIZE_DEFAULT)
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user