Skip to content

Commit

Permalink
Merge pull request #2744 from authmillenon/shell/fix/rm-return
Browse files Browse the repository at this point in the history
shell: remove unneeded return
  • Loading branch information
PeterKietzmann committed Mar 31, 2015
2 parents e048d16 + 8dd5010 commit aeb5316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/shell/commands/sc_rtc.c
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 aeb5316

Please sign in to comment.