Added mc1322x functions

This commit is contained in:
Lars Schmertmann 2014-05-23 12:12:26 +02:00
parent 443bbd3948
commit 879fd8de81
4 changed files with 22 additions and 0 deletions

View file

@ -90,6 +90,12 @@ clock_seconds(void)
return seconds;
}
void
clock_set_seconds(unsigned long sec)
{
seconds = sec;
}
void
clock_wait(clock_time_t t)
{