From: Kevin Day Date: Tue, 1 Jul 2025 03:01:55 +0000 (-0500) Subject: Cleanup: Remove todo that I will not get to. X-Git-Tag: 0.7.2~1 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=60d4a753d2b5013508e226208a3bd65982e2ec64;p=kevux-tools Cleanup: Remove todo that I will not get to. --- diff --git a/sources/c/program/kevux/tools/tacocat/main/receive.c b/sources/c/program/kevux/tools/tacocat/main/receive.c index 1227ac5..f819214 100644 --- a/sources/c/program/kevux/tools/tacocat/main/receive.c +++ b/sources/c/program/kevux/tools/tacocat/main/receive.c @@ -19,8 +19,6 @@ extern "C" { if (F_status_is_error_not(main->setting.status_receive) && main->setting.receive.used) { do { - - // @todo this would probably be better when active_receive > 0 to add a nano timestamp check and if time elapsed is smaller than a given number then do not poll. main->setting.status_receive = f_file_poll(main->setting.receive_polls, main->setting.active_receive ? main->setting.interval_fast : main->setting.interval); if (main->program.signal_received) {