test_errno: remove unnecessary use of nanokernel API
Change-Id: I7bc26e11f82f697b980f9eb9105941bc9caeb6c6 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
7327c9ee1f
commit
1bf37fb6d3
|
@ -89,8 +89,4 @@ void main(void)
|
|||
|
||||
TC_END_RESULT(rv);
|
||||
TC_END_REPORT(rv);
|
||||
|
||||
for (;;) {
|
||||
nano_cpu_idle();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue