mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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) {
|
||||
puts("Test successful\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user