Clare Coleman
/
UTCSBootcamp
Wrapped Freescale Cup code for the UT CS summer boot camp.
Revision 8:eb1307992dd1, committed 2013-08-23
- Comitter:
- ccoleman
- Date:
- Fri Aug 23 16:21:47 2013 +0000
- Parent:
- 7:2901515f14c2
- Commit message:
- Um. Fixed sleep. Apparently I need more of that.
Changed in this revision
CarAPI.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/CarAPI.cpp Fri Aug 23 14:13:28 2013 +0000 +++ b/CarAPI.cpp Fri Aug 23 16:21:47 2013 +0000 @@ -37,6 +37,7 @@ void sleep(float seconds){ if(debug) utrace("sleep(%f)\r\n",seconds); + wait(seconds); }