rename ftdi_host to ftdi_sio

This commit is contained in:
hathach
2023-04-27 11:08:42 +07:00
parent cf95b44001
commit 293a6222f8
3 changed files with 5 additions and 14 deletions

View File

@@ -34,7 +34,7 @@
#include "cdc_host.h"
#if CFG_TUH_CDC_FTDI
#include "serial/ftdi_host.h"
#include "serial/ftdi_sio.h"
#endif