summaryrefslogtreecommitdiffstats
path: root/bsps/include/grlib/grspw_pkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/include/grlib/grspw_pkt.h')
-rw-r--r--bsps/include/grlib/grspw_pkt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/include/grlib/grspw_pkt.h b/bsps/include/grlib/grspw_pkt.h
index 595625b838..ede60b72a8 100644
--- a/bsps/include/grlib/grspw_pkt.h
+++ b/bsps/include/grlib/grspw_pkt.h
@@ -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;