summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/include/at_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/esp32/components/eos/include/at_cmd.h')
-rw-r--r--fw/esp32/components/eos/include/at_cmd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/fw/esp32/components/eos/include/at_cmd.h b/fw/esp32/components/eos/include/at_cmd.h
index 615a1c1..2fdd159 100644
--- a/fw/esp32/components/eos/include/at_cmd.h
+++ b/fw/esp32/components/eos/include/at_cmd.h
@@ -7,10 +7,7 @@
#define AT_SIZE_URC_LIST 16
-#define AT_URC_OK 0
-#define AT_URC_MORE 1
-
-typedef int (*at_urc_cb_t) (char *, regmatch_t[]);
+typedef void (*at_urc_cb_t) (char *, regmatch_t[]);
void at_init(void);
int at_urc_process(char *urc);