fix uac2_headset build

This commit is contained in:
hathach 2022-02-25 23:16:40 +07:00
parent 0997589c45
commit 1482a41524
1 changed files with 1 additions and 5 deletions

View File

@ -42,11 +42,7 @@ extern "C" {
#error CFG_TUSB_MCU must be defined
#endif
// RHPort max operational speed can defined by board.mk
// Default to max (auto) speed for MCU with internal HighSpeed PHY
#ifndef BOARD_DEVICE_RHPORT_SPEED
#define BOARD_DEVICE_RHPORT_SPEED OPT_MODE_DEFAULT_SPEED
#endif
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE
#ifndef CFG_TUSB_OS
#define CFG_TUSB_OS OPT_OS_NONE