diff options
Diffstat (limited to 'Demos/Host/ClassDriver/MouseHost/MouseHost.c')
-rw-r--r-- | Demos/Host/ClassDriver/MouseHost/MouseHost.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/MouseHost/MouseHost.c b/Demos/Host/ClassDriver/MouseHost/MouseHost.c index cf2997bcd..9f76bc754 100644 --- a/Demos/Host/ClassDriver/MouseHost/MouseHost.c +++ b/Demos/Host/ClassDriver/MouseHost/MouseHost.c @@ -47,7 +47,6 @@ USB_ClassInfo_HID_Host_t Mouse_HID_Interface = .DataINPipeNumber = 1,
.DataOUTPipeNumber = 2,
- .MatchInterfaceProtocol = true,
.HIDInterfaceProtocol = 0x02,
},
};
|