grlib,grspw_pkt: correct link state enum numbering

Not used by the driver itself, but shuold be correct if used by
application.

Update #4316.
This commit is contained in:
Daniel Hellstrom
2019-11-18 14:15:02 +01:00
parent 8cfaa0eb76
commit 291267113b

View File

@@ -150,8 +150,8 @@ typedef enum {
SPW_LS_ERRRST = 0,
SPW_LS_ERRWAIT = 1,
SPW_LS_READY = 2,
SPW_LS_CONNECTING = 3,
SPW_LS_STARTED = 4,
SPW_LS_STARTED = 3,
SPW_LS_CONNECTING = 4,
SPW_LS_RUN = 5
} spw_link_state_t;