diff options
| author | hathach <[email protected]> | 2020-09-03 17:07:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-09-03 17:07:29 +0700 |
| commit | ef651e073409bac1a9793d97bf5a25220913f32e (patch) | |
| tree | 4892167706dbffc788f683b1a00a55357bbdc553 /src/class/msc/msc_host.h | |
| parent | 1d83ad0ebb6c263736b0dadec80c9406563a5199 (diff) | |
fix #449 remove obsolete pipehandle from hid host
Diffstat (limited to 'src/class/msc/msc_host.h')
| -rw-r--r-- | src/class/msc/msc_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/msc/msc_host.h b/src/class/msc/msc_host.h index 76cf86853..959294adf 100644 --- a/src/class/msc/msc_host.h +++ b/src/class/msc/msc_host.h @@ -175,7 +175,7 @@ void tuh_msc_isr(uint8_t dev_addr, xfer_result_t event, uint32_t xferred_bytes); //--------------------------------------------------------------------+ typedef struct { - uint8_t itf_numr; + uint8_t itf_num; uint8_t ep_in; uint8_t ep_out; |
