Skip to content

Commit

Permalink
gnrc_udp: use small stack-size
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Oct 27, 2022
1 parent 9ae66be commit 7b28794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/gnrc/udp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
/** @} */

Expand Down

0 comments on commit 7b28794

Please sign in to comment.