diff options
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); } |