Fixed Gamepad compile errors
This commit is contained in:
parent
567b3b2bc9
commit
c8cb67ebd6
2 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "Gamepad.h"
|
||||
#include "SingleGamepad.h"
|
||||
|
||||
static const uint8_t _hidReportDescriptorGamepad[] PROGMEM = {
|
||||
/* Gamepad with 32 buttons and 6 axis*/
|
||||
Loading…
Reference in a new issue