Skip to content

Commit

Permalink
shell: remove unneeded return
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 authored and OlegHahm committed Mar 31, 2015
1 parent 15d79e7 commit 9632633
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/shell/commands/sc_rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ static void _alarm_handler(void *arg)
(void) arg;

puts("The alarm rang");
return 0;
}

static int dow(int year, int month, int day)
Expand Down

0 comments on commit 9632633

Please sign in to comment.