mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #15479 from kaspar030/fix_tests_evtimer_mbox_main_return
tests/evtimer_mbox: add missing main() return
This commit is contained in:
commit
24efd54248
@ -84,4 +84,6 @@ int main(void)
|
|||||||
if (!failed) {
|
if (!failed) {
|
||||||
puts("Test successful\n");
|
puts("Test successful\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user