Skip to content

Commit 178122a

Browse files
committed
fix(esp_tinyusb): Pin the tinyusb to v0.18.0~5
1 parent b98faff commit 178122a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

device/esp_tinyusb/idf_component.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ targets:
1111
dependencies:
1212
idf: '>=5.0' # IDF 4.x contains TinyUSB as submodule
1313
tinyusb:
14-
version: '>=0.17.0~2' # 0.17.0~2 is the first version that supports deinit
14+
# TODO: Revert after IEC-403
15+
# version: '>=0.17.0~2' # 0.17.0~2 is the first version that supports deinit
16+
version: '^0.18.0'
1517
public: true

0 commit comments

Comments
 (0)