summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/include/at_cmd.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2020-08-07 19:26:12 +0200
committerUros Majstorovic <majstor@majstor.org>2020-08-07 19:26:12 +0200
commit3af816f20b94326b05a6dde21d7f734df14b61d3 (patch)
treea4bbdb6e22c670b7231d9d909dc6b75fe9c5433e /fw/esp32/components/eos/include/at_cmd.h
parenta35636fc4a55e6b0cfbb5772f7274ee749059836 (diff)
net driver: removed obsolete flags; urc process simplefied; pcm: added active flag; tested cell voice/data
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);