mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed include
This commit is contained in:
parent
3dd5b1ab1c
commit
6ae41c436f
1 changed files with 1 additions and 1 deletions
2
PS4BT.h
2
PS4BT.h
|
@ -19,7 +19,7 @@
|
||||||
#define _ps4bt_h_
|
#define _ps4bt_h_
|
||||||
|
|
||||||
#include "BTHID.h"
|
#include "BTHID.h"
|
||||||
#include "PS3Enums.h"
|
#include "controllerEnums.h"
|
||||||
|
|
||||||
enum DPADEnum {
|
enum DPADEnum {
|
||||||
DPAD_UP = 0x0,
|
DPAD_UP = 0x0,
|
||||||
|
|
Loading…
Reference in a new issue