]> Kevux Git Server - kevux-tools/commitdiff
Cleanup: Remove todo that I will not get to.
authorKevin Day <Kevin@kevux.org>
Tue, 1 Jul 2025 03:01:55 +0000 (22:01 -0500)
committerKevin Day <Kevin@kevux.org>
Tue, 1 Jul 2025 03:01:55 +0000 (22:01 -0500)
sources/c/program/kevux/tools/tacocat/main/receive.c

index 1227ac5ccd7de3f44dda71a101522ce0305030a3..f819214d54033891e0996827c8d8a9e91890485e 100644 (file)
@@ -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) {