Ren Buggy / 1-RenBuggyTimed

Dependencies:   mbed-renbed

Files at this revision

API Documentation at this revision

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