1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/thread_exit
Alexandre Abadie 87b14d96c8 tests: fix python style E402
E402 module level import not at top of file
2017-12-12 22:40:03 +01:00
..
tests tests: fix python style E402 2017-12-12 22:40:03 +01:00
main.c tests/thread_exti: fix typo 2016-06-28 17:39:21 +02:00
Makefile tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
README.md tests/thread_exti: add minimal README 2016-06-28 17:39:24 +02:00

Expected result

You should see the following sequence at the console

main: starting main: exiting 2nd: starting 3rd: starting 3rd: exiting 2nd: exiting 4th: starting 4th: exiting