forked from mirror/qmk_firmware
Changed over all deprecated GCC structure tag initializers to the standardized C99 format (thanks to Mike Alexander).
This commit is contained in:
@@ -805,8 +805,8 @@
|
||||
*
|
||||
* \ingroup Group_PipeRW
|
||||
*/
|
||||
static inline void Pipe_Ignore_DWord(void) ATTR_ALWAYS_INLINE;
|
||||
static inline void Pipe_Ignore_DWord(void)
|
||||
static inline void Pipe_Discard_DWord(void) ATTR_ALWAYS_INLINE;
|
||||
static inline void Pipe_Discard_DWord(void)
|
||||
{
|
||||
uint8_t Dummy;
|
||||
|
||||
@@ -854,8 +854,6 @@
|
||||
/** Spinloops until the currently selected non-control pipe is ready for the next packed of data
|
||||
* to be read or written to it.
|
||||
*
|
||||
* \note This routine should not be called on CONTROL type pipes.
|
||||
*
|
||||
* \ingroup Group_PipeRW
|
||||
*
|
||||
* \return A value from the Pipe_WaitUntilReady_ErrorCodes_t enum.
|
||||
|
||||
Reference in New Issue
Block a user