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 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
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
9797const u16 USB_ConfigDescriptorSize = sizeof (USB_ConfigDescriptor);
9898
99- const u8 STRING_SERIAL[] = " Arduino DS4 AVR" ;
99+ const u8 STRING_SERIAL[] = " Arduino PS4 AVR" ;
100100const u8 STRING_SECURITY[] = " PS4 protocol" ;
101101
102102const u8 hidDescriptor[] = {
You can’t perform that action at this time.
0 commit comments