mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/evtimer_mbox: add missing main() return
This commit is contained in:
parent
63af227f01
commit
08f7f80ea7
@ -84,4 +84,6 @@ int main(void)
|
||||
if (!failed) {
|
||||
puts("Test successful\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user