We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0997589 commit 1482a41Copy full SHA for 1482a41
examples/device/uac2_headset/src/tusb_config.h
@@ -42,11 +42,7 @@ extern "C" {
42
#error CFG_TUSB_MCU must be defined
43
#endif
44
45
-// RHPort max operational speed can defined by board.mk
46
-// Default to max (auto) speed for MCU with internal HighSpeed PHY
47
-#ifndef BOARD_DEVICE_RHPORT_SPEED
48
- #define BOARD_DEVICE_RHPORT_SPEED OPT_MODE_DEFAULT_SPEED
49
-#endif
+#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE
50
51
#ifndef CFG_TUSB_OS
52
#define CFG_TUSB_OS OPT_OS_NONE
0 commit comments