- uint16_t IdleCount; /**< Report idle period, in mS, set by the host */\r
- uint16_t IdleMSRemaining; /**< Total number of mS remaining before the idle period elapsed - this should be\r
- * decremented by the user application if non-zero each millisecond */ \r
+ uint16_t IdleCount; /**< Report idle period, in milliseconds, set by the host */\r
+ uint16_t IdleMSRemaining; /**< Total number of milliseconds remaining before the idle period elapsed - this \r
+ * should be decremented by the user application if non-zero each millisecond */ \r