File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Project ArduinoDS4 AVR core
2
+ * Project ArduinoPS4 AVR core
3
3
* @author Flamethrower
4
- * @link github.com/Flamethr0wer/ArduinoDS4_AVR
4
+ * @link github.com/Flamethr0wer/ArduinoPS4_AVR
5
5
* @license MIT - Copyright (c) 2019 Flamethrower
6
6
*
7
7
* Permission is hereby granted, free of charge, to any person obtaining a copy
24
24
*
25
25
*/
26
26
27
- #include " ArduinoDS4_USBDesc .h"
27
+ #include " ArduinoPS4_USBDesc .h"
28
28
29
29
#if defined(USBCON)
30
30
@@ -96,7 +96,7 @@ const u8 USB_ConfigDescriptor[] = {
96
96
97
97
const u16 USB_ConfigDescriptorSize = sizeof (USB_ConfigDescriptor);
98
98
99
- const u8 STRING_SERIAL[] = " Arduino DS4 AVR" ;
99
+ const u8 STRING_SERIAL[] = " Arduino PS4 AVR" ;
100
100
const u8 STRING_SECURITY[] = " PS4 protocol" ;
101
101
102
102
const u8 hidDescriptor[] = {
You can’t perform that action at this time.
0 commit comments