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.
Diff: Gamepad.cpp
- Revision:
- 13:ef5fc9f58805
- Parent:
- 12:1b0b6355da4f
- Child:
- 14:688bdcbdd3a5
diff -r 1b0b6355da4f -r ef5fc9f58805 Gamepad.cpp
--- a/Gamepad.cpp	Fri Mar 03 12:35:43 2017 +0000
+++ b/Gamepad.cpp	Fri Mar 03 12:51:13 2017 +0000
@@ -1,5 +1,7 @@
 #include "Gamepad.h"
 
+#include "mbed.h"
+
 //////////// constructor/destructor ////////////
 Gamepad::Gamepad()
 {