1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

unittests: do not powerdown node at the end

This commit is contained in:
Martine Lenders 2015-07-03 14:36:39 +02:00
parent 54e6163ab3
commit 55044512fb

View File

@ -37,6 +37,5 @@ int main(void)
#endif
TESTS_END();
lpm_set(LPM_POWERDOWN);
return 0;
}