mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Communication: Fix neotc10sleepstatus_t
This commit is contained in:
@@ -33,8 +33,8 @@ typedef enum _neotc10wakestatus_t {
|
|||||||
typedef enum _neotc10sleepstatus_t {
|
typedef enum _neotc10sleepstatus_t {
|
||||||
ICSNEO_TC10_NO_SLEEP_RECEIVED = 0,
|
ICSNEO_TC10_NO_SLEEP_RECEIVED = 0,
|
||||||
ICSNEO_TC10_SLEEP_RECEIVED = 1,
|
ICSNEO_TC10_SLEEP_RECEIVED = 1,
|
||||||
ICSNEO_TC10_SLEEP_FAILED = 1,
|
ICSNEO_TC10_SLEEP_FAILED = 2,
|
||||||
ICSNEO_TC10_SLEEP_ABORTED = 1,
|
ICSNEO_TC10_SLEEP_ABORTED = 3,
|
||||||
} neotc10sleepstatus_t;
|
} neotc10sleepstatus_t;
|
||||||
|
|
||||||
typedef struct _neotc10status_t {
|
typedef struct _neotc10status_t {
|
||||||
|
|||||||
Reference in New Issue
Block a user