Fix a bunch of embarrassing typos and syntax errors. That'll teach me to commit code I haven't compiled...
This commit is contained in:
@ -28,7 +28,7 @@ struct JoyReport {
|
||||
|
||||
struct Button {
|
||||
ButtonType type;
|
||||
Bounce bouncher;
|
||||
Bounce bouncer;
|
||||
};
|
||||
|
||||
bool operator ==(JoyReport a, JoyReport b);
|
||||
|
Reference in New Issue
Block a user