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:
parent
9ae66beedf
commit
7b28794ee6
@ -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
|
||||
/** @} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user