Correct order of requested mode and flag.

This commit is contained in:
Martin Ling
2022-02-28 17:12:45 +00:00
parent 779483b9bd
commit d755f7a5c8

View File

@ -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. */