diff options
| author | Cédric Berger <[email protected]> | 2026-01-08 18:36:31 +0100 |
|---|---|---|
| committer | Cédric Berger <[email protected]> | 2026-01-08 18:36:31 +0100 |
| commit | 39901ac89c92ba9c2cb5890cd898659bc0f13f53 (patch) | |
| tree | aa92f6ff5a3e56ec222326369e4c724fba78756c | |
| parent | 593dce28349cf5b1299c2cf1193312cb783574f3 (diff) | |
Fix tipo in tusb_option.h
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 08a0ba2ef..a64ea27be 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -742,7 +742,7 @@ #define CFG_TUH_CDC_PL2303 0 #endif -#ifndef CFG_TUH_CDC_PL2303_VID_PID_QUIRKS_LIST +#ifndef CFG_TUH_CDC_PL2303_VID_PID_LIST // List of product IDs that can use the PL2303 CDC driver #define CFG_TUH_CDC_PL2303_VID_PID_LIST \ { 0x067b, 0x2303 }, /* initial 2303 */ \ |
