Skip to content

Commit aeb5316

Browse files
Merge pull request #2744 from authmillenon/shell/fix/rm-return
shell: remove unneeded return
2 parents e048d16 + 8dd5010 commit aeb5316

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sys/shell/commands/sc_rtc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ static void _alarm_handler(void *arg)
3434
(void) arg;
3535

3636
puts("The alarm rang");
37-
return 0;
3837
}
3938

4039
static int dow(int year, int month, int day)

0 commit comments

Comments
 (0)