ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_mc18hal_v2

Dependencies:   mbed

Revision:
8:ec4199484adf
Parent:
1:a3f43007030e
diff -r 5fe9ac6522c5 -r ec4199484adf Gamepad2/Gamepad.h
--- a/Gamepad2/Gamepad.h	Fri Apr 17 13:52:37 2020 +0000
+++ b/Gamepad2/Gamepad.h	Wed Apr 22 14:40:39 2020 +0000
@@ -3,9 +3,6 @@
 
 #include <bitset>
 
-// Forward declaration of the classes that we use from the mbed library
-// This avoids the need for us to include the huge mbed.h header inside our
-// own library API
 namespace mbed
 {
 class AnalogIn;