netstack: Fix missing llsec init

ico
kkrentz 2015-10-21 01:18:04 -07:00 committed by Benoît Thébaudeau
parent 3dbe4c9403
commit 4013cd0f58
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ netstack_init(void)
{
NETSTACK_RADIO.init();
NETSTACK_RDC.init();
NETSTACK_LLSEC.init();
NETSTACK_MAC.init();
NETSTACK_NETWORK.init();
}