made gamepad report private again

people (like me!) should rather use advanced gamepad for such things
This commit is contained in:
Nico 2015-02-11 16:14:24 +01:00
parent 1950101aba
commit 36cba28322

View file

@ -131,6 +131,7 @@ public:
inline void dPad1(int8_t d){ _report.dPad1 = d; }
inline void dPad2(int8_t d){ _report.dPad2 = d; }
private:
HID_GamepadReport_Data_t _report;
};
extern Gamepad_ Gamepad;