File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Project ArduinoPS4 AVR core
2
+ * Project PS4Arduino AVR core
3
3
* @author Flamethrower
4
- * @link github.com/Flamethr0wer/ArduinoPS4_AVR
4
+ * @link github.com/Flamethr0wer/PS4Arduino_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
26
26
27
27
#include "USBAPI.h"
28
28
29
- #ifndef ARDUINOPS4_USBDESC_H
30
- #define ARDUINOPS4_USBDESC_H
29
+ #ifndef PS4Arduino_USBDESC_H
30
+ #define PS4Arduino_USBDESC_H
31
31
32
32
#if defined(USBCON )
33
33
@@ -60,8 +60,8 @@ extern const u8 STRING_SECURITY[] PROGMEM;
60
60
61
61
#define ISECURITY 4
62
62
63
- #define ARDUINOPS4_TX_ENDPOINT 1
64
- #define ARDUINOPS4_RX_ENDPOINT 3
63
+ #define PS4Arduino_TX_ENDPOINT 1
64
+ #define PS4Arduino_RX_ENDPOINT 3
65
65
66
66
#endif
67
67
You can’t perform that action at this time.
0 commit comments