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 1:e089be2a6aa1, committed 2011-11-09
- Comitter:
- chris
- Date:
- Wed Nov 09 15:55:10 2011 +0000
- Parent:
- 0:163560051396
- Commit message:
- removed include for <math.h> that is already included by mbed.h
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 24 10:26:27 2011 +0000 +++ b/main.cpp Wed Nov 09 15:55:10 2011 +0000 @@ -1,6 +1,5 @@ #include "mbed.h" #include "USBMouse.h" -#include <math.h> USBMouse mouse;