We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbc0fc commit b8a21d7Copy full SHA for b8a21d7
cores/arduino/PS4Arduino/PS4Arduino_USBDesc.h
@@ -26,8 +26,8 @@
26
27
#include "USBAPI.h"
28
29
-#ifndef PS4Arduino_USBDESC_H
30
-#define PS4Arduino_USBDESC_H
+#ifndef PS4ARDUINO_USBDESC_H
+#define PS4ARDUINO_USBDESC_H
31
32
#if defined(USBCON)
33
@@ -60,8 +60,8 @@ extern const u8 STRING_SECURITY[] PROGMEM;
60
61
#define ISECURITY 4
62
63
-#define PS4Arduino_TX_ENDPOINT 1
64
-#define PS4Arduino_RX_ENDPOINT 3
+#define PS4ARDUINO_TX_ENDPOINT 1
+#define PS4ARDUINO_RX_ENDPOINT 3
65
66
#endif
67
0 commit comments