mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9e20944fde
helper, increased stack sizes of network threads
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
SubDir TOP sys net destiny ;
|
|
|
|
# HDRS += $(TOP)/sys/net/destiny/ ;
|
|
|
|
Module destiny : destiny.c udp.c tcp.c socket.c ;
|
|
|
|
UseModule vtimer ;
|
|
UseModule auto_init ;
|
|
UseModule 6lowpan ;
|
|
UseModule net_help ; |