We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fc7158 + b17cf42 commit 77ad336Copy full SHA for 77ad336
components/net/at/include/at.h
@@ -113,10 +113,10 @@ typedef struct at_server *at_server_t;
113
#ifdef AT_USING_CLIENT
114
enum at_resp_status
115
{
116
- AT_RESP_OK = 0, /* AT response end is OK */
117
- AT_RESP_ERROR = -1, /* AT response end is ERROR */
118
- AT_RESP_TIMEOUT = -2, /* AT response is timeout */
119
- AT_RESP_BUFF_FULL= -3, /* AT response buffer is full */
+ AT_RESP_OK = 0, /* AT response end is OK */
+ AT_RESP_ERROR = -1, /* AT response end is ERROR */
+ AT_RESP_TIMEOUT = -2, /* AT response is timeout */
+ AT_RESP_BUFF_FULL= -3, /* AT response buffer is full */
120
};
121
typedef enum at_resp_status at_resp_status_t;
122
0 commit comments