summaryrefslogtreecommitdiff
path: root/src/class/msc/msc_host.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-09-03 17:07:29 +0700
committerhathach <[email protected]>2020-09-03 17:07:29 +0700
commitef651e073409bac1a9793d97bf5a25220913f32e (patch)
tree4892167706dbffc788f683b1a00a55357bbdc553 /src/class/msc/msc_host.h
parent1d83ad0ebb6c263736b0dadec80c9406563a5199 (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.h2
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;