Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of millis by
Revision 1:7ba60599f9c4, committed 2016-06-21
- Comitter:
- baba
- Date:
- Tue Jun 21 04:14:30 2016 +0000
- Parent:
- 0:736e6cc31bcd
- Commit message:
- added setMillis() definition
Changed in this revision
| millis.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/millis.h Fri Oct 31 08:06:55 2014 +0000 +++ b/millis.h Tue Jun 21 04:14:30 2016 +0000 @@ -38,4 +38,6 @@ void startMillis (); -void stopMillis (); \ No newline at end of file +void stopMillis (); + +void setMillis (uint32_t theValue); \ No newline at end of file
