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.
Revision 4:68be3709e37a, committed 2016-04-04
- Comitter:
- RenBuggy
- Date:
- Mon Apr 04 15:03:04 2016 +0000
- Parent:
- 3:c12fbf373785
- Child:
- 5:9b6abababfd9
- Commit message:
- -CHANGED A THING
Changed in this revision
| TimedMovement.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TimedMovement.h Mon Apr 04 14:16:14 2016 +0000 +++ b/TimedMovement.h Mon Apr 04 15:03:04 2016 +0000 @@ -34,6 +34,6 @@ /* stop() is slightly different in that it doesn't expect to be passed any variables, so the parentheses can be left empty. Passing a variable to this function would cause an error */ -extern void stop(); +void stop(); #endif // TIMEDMOVEMENT_H \ No newline at end of file