Merge pull request #92 from flabbergast/kinetis
[KINETIS] Add saved_state to USB driver.
This commit is contained in:
commit
bf620a05ed
|
@ -326,6 +326,10 @@ struct USBDriver {
|
|||
* @brief Current USB device configuration.
|
||||
*/
|
||||
uint8_t configuration;
|
||||
/**
|
||||
* @brief State of the driver when a suspend happened.
|
||||
*/
|
||||
usbstate_t saved_state;
|
||||
#if defined(USB_DRIVER_EXT_FIELDS)
|
||||
USB_DRIVER_EXT_FIELDS
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue