diff options
Diffstat (limited to 'fw/fe310/eos/cell.h')
-rw-r--r-- | fw/fe310/eos/cell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/cell.h b/fw/fe310/eos/cell.h index 0fc2052..b01d4cf 100644 --- a/fw/fe310/eos/cell.h +++ b/fw/fe310/eos/cell.h @@ -46,6 +46,6 @@ #define EOS_CELL_SMS_ADDRTYPE_ALPHA 2 #define EOS_CELL_SMS_ADDRTYPE_OTHER 3 -void eos_cell_init(void); +void eos_cell_netinit(void); void eos_cell_set_handler(unsigned char mtype, eos_evt_handler_t handler); eos_evt_handler_t eos_cell_get_handler(unsigned char mtype);
\ No newline at end of file |