Stefan Haubenthal's patch for Contiki port

git-svn-id: svn://svn.cc65.org/cc65/trunk@3529 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2005-07-17 11:59:46 +00:00
parent fca6bbeb9a
commit e642fbbbea
4 changed files with 46 additions and 5 deletions

View File

@@ -27,3 +27,8 @@ struct tm currentTime;
}
clock_t clock(void) {
return _systime();
}