(fixed a type error.. oops)

partial-rewrite
Ben Blazak 2013-05-09 04:26:49 -07:00
parent f74293d630
commit a3445a539b
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
uint8_t timer__init (void);
uint16_t timer__get_milliseconds (void);
uint8_t timer__schedule ( uint16_t milliseconds,
void(*)(void) function );
uint8_t timer__schedule ( uint16_t milliseconds,
void(*function)(void) );
// TODO: document and implement `timer__schedule()`, to schedule `function` to
// run in `milliseconds`