Skip to content

Commit

Permalink
Issue #17. Fixed warnings (part one)
Browse files Browse the repository at this point in the history
  • Loading branch information
iulian authored and iulian committed Sep 25, 2013
1 parent b9ccd29 commit 2abbd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/pico_stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ void pico_stack_loop(void)
}
}

void pico_timer_add(uint64_t expire, void (*timer)(uint64_t, void *), void *arg)
struct pico_timer *pico_timer_add(uint64_t expire, void (*timer)(uint64_t, void *), void *arg)
{
struct pico_timer *t = pico_zalloc(sizeof(struct pico_timer));
struct pico_timer_ref tref;
Expand Down

0 comments on commit 2abbd9f

Please sign in to comment.