Skip to content

Commit f539313

Browse files
authored
Update and rename ArduinoPS4_USBDesc.h to PS4Arduino_USBDesc.h
1 parent d0d93a0 commit f539313

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cores/arduino/PS4Arduino/ArduinoPS4_USBDesc.h renamed to cores/arduino/PS4Arduino/PS4Arduino_USBDesc.h

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

2727
#include "USBAPI.h"
2828

29-
#ifndef ARDUINOPS4_USBDESC_H
30-
#define ARDUINOPS4_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 ARDUINOPS4_TX_ENDPOINT 1
64-
#define ARDUINOPS4_RX_ENDPOINT 3
63+
#define PS4Arduino_TX_ENDPOINT 1
64+
#define PS4Arduino_RX_ENDPOINT 3
6565

6666
#endif
6767

0 commit comments

Comments
 (0)