Skip to content
Snippets Groups Projects
Commit 9052a098 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

sys/auto_init: fix stack size for encx24j600 stack

parent 3ab389b1
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ static encx24j600_t encx24j600; ...@@ -37,7 +37,7 @@ static encx24j600_t encx24j600;
/** /**
* @brief Stacks for the MAC layer threads * @brief Stacks for the MAC layer threads
*/ */
static char _netdev2_eth_stack[MAC_STACKSIZE + DEBUG_EXTRA_STACKSIZE]; static char _netdev2_eth_stack[MAC_STACKSIZE];
static gnrc_netdev2_t _gnrc_encx24j600; static gnrc_netdev2_t _gnrc_encx24j600;
void auto_init_encx24j600(void) void auto_init_encx24j600(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment