diff options
| author | hathach <[email protected]> | 2023-04-27 11:08:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-04-27 11:08:42 +0700 |
| commit | 293a6222f81ac1085f8b34730f1907f899ce17cf (patch) | |
| tree | 917425970b19ee376b90b5c3456adc23cfcfda14 /src/class/cdc/cdc_host.c | |
| parent | cf95b4400167f6e523d8e5d1762a78744f63e2a9 (diff) | |
rename ftdi_host to ftdi_sio
Diffstat (limited to 'src/class/cdc/cdc_host.c')
| -rw-r--r-- | src/class/cdc/cdc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_host.c b/src/class/cdc/cdc_host.c index 7949ff8d3..d33f31f1a 100644 --- a/src/class/cdc/cdc_host.c +++ b/src/class/cdc/cdc_host.c @@ -34,7 +34,7 @@ #include "cdc_host.h" #if CFG_TUH_CDC_FTDI - #include "serial/ftdi_host.h" + #include "serial/ftdi_sio.h" #endif |
