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 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
2626
2727#include "USBAPI.h"
2828
29- #ifndef ARDUINODS4_USBDESC_H
30- #define ARDUINODS4_USBDESC_H
29+ #ifndef ARDUINOPS4_USBDESC_H
30+ #define ARDUINOPS4_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 ARDUINODS4_TX_ENDPOINT 1
64- #define ARDUINODS4_RX_ENDPOINT 3
63+ #define ARDUINOPS4_TX_ENDPOINT 1
64+ #define ARDUINOPS4_RX_ENDPOINT 3
6565
6666#endif
6767
You can’t perform that action at this time.
0 commit comments