diff options
| author | hathach <[email protected]> | 2018-12-06 22:24:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-06 22:24:31 +0700 |
| commit | 7d3ff7aff6aed13377a4cd12f1d8f2ad91720f80 (patch) | |
| tree | d560ab62d9c685affeaf4c286e2b495d6c6073da /examples/obsolete/host/src/msc_cli.c | |
| parent | 5b09774ae05d15cb18ff9920864535b8444a1c3c (diff) | |
rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
Diffstat (limited to 'examples/obsolete/host/src/msc_cli.c')
| -rw-r--r-- | examples/obsolete/host/src/msc_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/obsolete/host/src/msc_cli.c b/examples/obsolete/host/src/msc_cli.c index 75dbb1c01..fa1f986a5 100644 --- a/examples/obsolete/host/src/msc_cli.c +++ b/examples/obsolete/host/src/msc_cli.c @@ -39,7 +39,7 @@ #include "msc_cli.h" #include "ctype.h" -#if CFG_TUSB_HOST_MSC +#if CFG_TUH_MSC #include "ff.h" #include "diskio.h" |
