diff options
author | Uros Majstorovic <majstor@majstor.org> | 2020-02-26 02:50:37 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2020-02-26 02:50:37 +0100 |
commit | 206cdf9826233e0f7a923ade6518a26e66d90d86 (patch) | |
tree | bcf02fc91393e1900186d0cd07a29a983fbfef57 /code/esp32/components/eos/cell.c | |
parent | 4ac26fa12c93b6fc5a62451853050f127c297e59 (diff) |
cell uart/pcm fixes
Diffstat (limited to 'code/esp32/components/eos/cell.c')
-rw-r--r-- | code/esp32/components/eos/cell.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/code/esp32/components/eos/cell.c b/code/esp32/components/eos/cell.c index 49ddeda..26ad454 100644 --- a/code/esp32/components/eos/cell.c +++ b/code/esp32/components/eos/cell.c @@ -33,8 +33,6 @@ static void cell_handler(unsigned char _mtype, unsigned char *buffer, uint16_t s } void eos_cell_init(void) { - eos_pcm_init(); - eos_modem_init(); eos_net_set_handler(EOS_NET_MTYPE_CELL, cell_handler); } |