Correct order of requested mode and flag.
This commit is contained in:
@ -157,10 +157,10 @@ typedef struct {
|
|||||||
|
|
||||||
/** State of the SGPIO loop running on the M0 core. */
|
/** State of the SGPIO loop running on the M0 core. */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/** Request flag. */
|
|
||||||
uint16_t request_flag;
|
|
||||||
/** Requested mode. */
|
/** Requested mode. */
|
||||||
uint16_t requested_mode;
|
uint16_t requested_mode;
|
||||||
|
/** Request flag. */
|
||||||
|
uint16_t request_flag;
|
||||||
/** Active mode. */
|
/** Active mode. */
|
||||||
uint32_t active_mode;
|
uint32_t active_mode;
|
||||||
/** Number of bytes transferred by the M0. */
|
/** Number of bytes transferred by the M0. */
|
||||||
|
Reference in New Issue
Block a user