Not used by the driver itself, but shuold be correct if used by
application.
---
 bsps/include/grlib/grspw_pkt.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bsps/include/grlib/grspw_pkt.h b/bsps/include/grlib/grspw_pkt.h
index 595625b..ede60b7 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;
 
-- 
2.7.4

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to