Reverting more cruft.
This commit is contained in:
parent
6ea6187769
commit
2a35a86230
|
@ -1,8 +1,6 @@
|
|||
#include "Joystick.h"
|
||||
#include <Arduino.h>
|
||||
|
||||
using std::list;
|
||||
|
||||
bool operator ==(JoyReport a, JoyReport b){
|
||||
for (uint8_t i=0; i < JOYSTICK_NUM_AXES; i++) {
|
||||
if (a.axis[i] != b.axis[i]) return false;
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
#include <Arduino.h>
|
||||
#include <Bounce2.h>
|
||||
|
||||
using std::list;
|
||||
|
||||
// If you're using the arduino-big-joystick firmware, these numbers can't be
|
||||
// changed. If you're writing your own Report Descriptor, tune these to match by
|
||||
// defining them *before* you include Joystick.h.
|
||||
|
|
Loading…
Reference in New Issue
Block a user