diff options
Diffstat (limited to 'code/fe310/eos/ecp.c')
-rw-r--r-- | code/fe310/eos/ecp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/eos/ecp.c b/code/fe310/eos/ecp.c index 61f834a..06a3fc3 100644 --- a/code/fe310/eos/ecp.c +++ b/code/fe310/eos/ecp.c @@ -50,7 +50,7 @@ static void packet_handler(unsigned char cmd, unsigned char *buffer, uint16_t le } #endif if (bufs.packet->buffer) eos_net_free(buffer, 0); - eos_net_release(0); + eos_net_release(); } int ecp_init(ECPContext *ctx) { |