diff options
Diffstat (limited to 'fw/fe310/eos/cell.c')
-rw-r--r-- | fw/fe310/eos/cell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/cell.c b/fw/fe310/eos/cell.c index 2886041..20a9f42 100644 --- a/fw/fe310/eos/cell.c +++ b/fw/fe310/eos/cell.c @@ -28,7 +28,7 @@ static void cell_handle_msg(unsigned char type, unsigned char *buffer, uint16_t } } -void eos_cell_init(void) { +void eos_cell_netinit(void) { int i; for (i=0; i<EOS_CELL_MAX_MTYPE; i++) { |