Added radio oper states and fixed radio admin states

FossilOrigin-Name: 3f359c926e99fe02d4c251f127ad89b085eee8f4a29ec959ab90d68a00da0cdf
This commit is contained in:
7u83@mail.ru 2016-04-09 11:36:32 +00:00
parent 052b15917c
commit 4c108c58fc
1 changed files with 8 additions and 3 deletions

View File

@ -361,7 +361,6 @@ CW_MSG_MAXMSG = 26
/**
* @defgroup ACSECURITY Security Flags used in AC Descriptor
* @{
@ -503,8 +502,14 @@ enum cw_reboot_failure_types {
#define CW_RADIO_ADMIN_STATE_DISABLED 1
#define CW_RADIO_ADMIN_STATE_ENABLED 2
#define CW_RADIO_ADMIN_STATE_ENABLED 1
#define CW_RADIO_ADMIN_STATE_DISABLED 2
#define CW_RADIO_OPER_STATE_ENABLED 1
#define CW_RADIO_OPER_STATE_DISABLED 2
#define CW_RADIO_OPER_STATE_ENABLED_7 2
#define CW_RADIO_OPER_STATE_DISABLED_7 1
extern void cw_read_image_data_request(struct cwimage_data *, uint8_t * msg, int len);