tests/thread_exti: add minimal README
parent
dbd51aeb65
commit
a74bc86eec
@ -0,0 +1,12 @@
|
||||
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
|
Loading…
Reference in New Issue