Skip to content

Commit 7d4ba0e

Browse files
authored
Update and rename ArduinoDS4_USBDesc.cpp to ArduinoPS4_USBDesc.cpp
1 parent 982a4e2 commit 7d4ba0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cores/arduino/ArduinoDS4/ArduinoDS4_USBDesc.cpp renamed to cores/arduino/ArduinoDS4/ArduinoPS4_USBDesc.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Project ArduinoDS4 AVR core
2+
* Project ArduinoPS4 AVR core
33
* @author Flamethrower
4-
* @link github.com/Flamethr0wer/ArduinoDS4_AVR
4+
* @link github.com/Flamethr0wer/ArduinoPS4_AVR
55
* @license MIT - Copyright (c) 2019 Flamethrower
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -24,7 +24,7 @@
2424
*
2525
*/
2626

27-
#include "ArduinoDS4_USBDesc.h"
27+
#include "ArduinoPS4_USBDesc.h"
2828

2929
#if defined(USBCON)
3030

@@ -96,7 +96,7 @@ const u8 USB_ConfigDescriptor[] = {
9696

9797
const u16 USB_ConfigDescriptorSize = sizeof(USB_ConfigDescriptor);
9898

99-
const u8 STRING_SERIAL[] = "Arduino DS4 AVR";
99+
const u8 STRING_SERIAL[] = "Arduino PS4 AVR";
100100
const u8 STRING_SECURITY[] = "PS4 protocol";
101101

102102
const u8 hidDescriptor[] = {

0 commit comments

Comments
 (0)