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 hapticFeedback by
Revision 1:06fef55a7268, committed 2015-07-02
- Comitter:
- nathanhonka
- Date:
- Thu Jul 02 21:38:15 2015 +0000
- Parent:
- 0:ea2b9b15a433
- Commit message:
- Corrected header file include guards (did not encapsulate entire header).
Changed in this revision
| hapticFeedback.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/hapticFeedback.h Fri Jun 26 22:59:18 2015 +0000 +++ b/hapticFeedback.h Thu Jul 02 21:38:15 2015 +0000 @@ -32,7 +32,8 @@ }; -#endif +extern void initializeHapticFeedback(int); +extern void hapticMaintenance(); -extern void initializeHapticFeedback(int); -extern void hapticMaintenance(); \ No newline at end of file + +#endif \ No newline at end of file
