]> git.scottworley.com Git - tattlekey/blobdiff - client/net.c
client: create_press() → add_press()
[tattlekey] / client / net.c
index 9ced48f2864364abaee1083174bdb9472682f102..b38d0a838c15ec451d749c7984a6f63a5106ae54 100644 (file)
@@ -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();