1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-22 04:53:50 +01:00

Merge pull request #18022 from fjmolinas/pr_uwb_core_smaller_stack

pkg/uwb-core: reduce default stacksize
This commit is contained in:
Alexandre Abadie 2022-04-27 13:48:41 +02:00 committed by GitHub
commit 51650e7d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
/**