1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

gnrc_udp: use small stack-size

This commit is contained in:
Martine Lenders 2022-10-07 15:50:45 +02:00
parent 9ae66beedf
commit 7b28794ee6
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -59,7 +59,7 @@ extern "C" {
* @brief Default stack size to use for the UDP thread
*/
#ifndef GNRC_UDP_STACK_SIZE
#define GNRC_UDP_STACK_SIZE (THREAD_STACKSIZE_DEFAULT)
#define GNRC_UDP_STACK_SIZE (THREAD_STACKSIZE_SMALL)
#endif
/** @} */