Skip to content

Commit 978350b

Browse files
authored
Update USBAPI.h
1 parent f539313 commit 978350b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/arduino/USBAPI.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typedef unsigned long u32;
4343
#include "USBDesc.h"
4444
#include "USBCore.h"
4545

46-
#include "ArduinoPS4/ArduinoPS4_USBDesc.h"
46+
#include "PS4Arduino/PS4Arduino_USBDesc.h"
4747

4848
//================================================================================
4949
//================================================================================
@@ -182,7 +182,7 @@ int USB_Recv(uint8_t ep, void* data, int len); // non-blocking
182182
int USB_Recv(uint8_t ep); // non-blocking
183183
void USB_Flush(uint8_t ep);
184184

185-
#include "ArduinoPS4/ArduinoPS4_USBAPI.h"
185+
#include "PS4Arduino/PS4Arduino_USBAPI.h"
186186

187187
#endif
188188

0 commit comments

Comments
 (0)