diff options
| author | hathach <[email protected]> | 2026-03-06 17:22:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-06 17:22:38 +0700 |
| commit | 73cd53129529f2dce70072953bfd50ec9dc6b8ea (patch) | |
| tree | e4fcc75febdc1af7f56973fed061bd2a671f48a2 /examples/device/CMakeLists.txt | |
| parent | 988b18a40a4276eb731c80bc4cec3bf5750523f9 (diff) | |
replace printer_to_hid example with printer_to_cdc example
fix printer GET_DEVICE_ID request weird wIndex (interface high, alt low)
Diffstat (limited to 'examples/device/CMakeLists.txt')
| -rw-r--r-- | examples/device/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/CMakeLists.txt b/examples/device/CMakeLists.txt index dbcb8df6a..7173f455e 100644 --- a/examples/device/CMakeLists.txt +++ b/examples/device/CMakeLists.txt @@ -30,7 +30,7 @@ set(EXAMPLE_LIST msc_dual_lun mtp net_lwip_webserver - printer_to_hid + printer_to_cdc uac2_headset uac2_speaker_fb usbtmc |
