Clean up RNDIS demo type define names.
This commit is contained in:
parent
feabfd12ce
commit
35bdada24b
9 changed files with 84 additions and 79 deletions
|
@ -71,7 +71,8 @@
|
|||
{
|
||||
bool UsingReportProtocol; /**< Indicates if the HID interface is set to Boot or Report protocol mode */
|
||||
uint16_t IdleCount; /**< Report idle period, in ms, set by the host */
|
||||
uint16_t IdleMSRemaining; /**< Total number of ms remaining before the idle period elapses */
|
||||
uint16_t IdleMSRemaining; /**< Total number of ms remaining before the idle period elapsed - this should be
|
||||
* decremented by the user application if non-zero each millisecond */
|
||||
} USB_ClassInfo_HID_Device_State_t;
|
||||
|
||||
/** Class state structure. An instance of this structure should be made for each HID interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue