Skip to content

Commit

Permalink
Fixed descriptor header dependencies causing builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepparks committed Dec 15, 2023
1 parent 74629db commit e3f32cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/TinyUSB_Gamepad/src/xid_driver/xid_gamepad.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "usbd_top.h"
#include "xid_driver.h"

bool duke_control_xfer(uint8_t rhport, uint8_t stage, tusb_control_request_t const *request, xid_interface_t *p_xid)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/TinyUSB_Gamepad/src/xid_driver/xid_remote.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "usbd_top.h"
#include "xid_driver.h"

uint8_t *xremote_get_rom();

Expand Down
2 changes: 1 addition & 1 deletion lib/TinyUSB_Gamepad/src/xid_driver/xid_steelbattalion.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "usbd_top.h"
#include "xid_driver.h"

bool steelbattalion_control_xfer(uint8_t rhport, uint8_t stage, tusb_control_request_t const *request, xid_interface_t *p_xid)
{
Expand Down

0 comments on commit e3f32cf

Please sign in to comment.