X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/d7789e5bc00881da0f9e0e96b867309f5289dc8f..adf355dc420c072b09c5d40187a62c300234d85d:/client/net.c diff --git a/client/net.c b/client/net.c index 9ced48f..b38d0a8 100644 --- a/client/net.c +++ b/client/net.c @@ -33,7 +33,7 @@ struct tattle_message_wire_format { u16_t ago; }; -void send_report(u16_t seq, u16_t ago) { +void send_report_packet(u16_t seq, u16_t ago) { cyw43_arch_lwip_begin(); initialize_the_pcb();