Skip to content

Commit b8a21d7

Browse files
authored
Update PS4Arduino_USBDesc.h
1 parent fbbc0fc commit b8a21d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cores/arduino/PS4Arduino/PS4Arduino_USBDesc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
#include "USBAPI.h"
2828

29-
#ifndef PS4Arduino_USBDESC_H
30-
#define PS4Arduino_USBDESC_H
29+
#ifndef PS4ARDUINO_USBDESC_H
30+
#define PS4ARDUINO_USBDESC_H
3131

3232
#if defined(USBCON)
3333

@@ -60,8 +60,8 @@ extern const u8 STRING_SECURITY[] PROGMEM;
6060

6161
#define ISECURITY 4
6262

63-
#define PS4Arduino_TX_ENDPOINT 1
64-
#define PS4Arduino_RX_ENDPOINT 3
63+
#define PS4ARDUINO_TX_ENDPOINT 1
64+
#define PS4ARDUINO_RX_ENDPOINT 3
6565

6666
#endif
6767

0 commit comments

Comments
 (0)