tests: net: 6lo: Make sure no error in microkernel

Microkernel test for 6lo was giving error because the
prj.mdef file was refering to wrong function name.

Change-Id: I4197c509fb266a908eb03cc0bda34e39c66b229c
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-10-28 15:10:41 +03:00
commit c38dd8870c
2 changed files with 2 additions and 1 deletions

View file

@ -2,4 +2,4 @@
% TASK NAME PRIO ENTRY STACK GROUPS % TASK NAME PRIO ENTRY STACK GROUPS
% =================================================== % ===================================================
TASK MAIN 7 mainloop 2048 [EXE] TASK MAIN 7 main 2048 [EXE]

View file

@ -2,6 +2,7 @@
tags = net-6lo tags = net-6lo
arch_whitelist = x86 arch_whitelist = x86
kernel = micro kernel = micro
extra_args = KERNEL_TYPE=micro
[test_nano] [test_nano]
tags = net-6lo tags = net-6lo