USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed.
Minor documentation improvements.
This commit is contained in:
parent
2ee9fc7077
commit
4a8ac5e474
8 changed files with 39 additions and 28 deletions
|
@ -58,9 +58,8 @@
|
|||
|
||||
/* Type Defines: */
|
||||
/** Type define for a Stream Callback function (function taking no arguments and retuning a
|
||||
* uint8_t value).
|
||||
*
|
||||
* \see \ref STREAM_CALLBACK macro for more details
|
||||
* uint8_t value). Stream callback functions should have an identical function signature if they
|
||||
* are to be used as the callback parameter of the stream functions.
|
||||
*/
|
||||
typedef uint8_t (* const StreamCallbackPtr_t)(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue