From 8c2e93476805a7916fb0d9d4ce53a37a17c725f4 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Thu, 18 Sep 2025 05:47:15 +0100 Subject: [PATCH] Add a TODO marker for the next step to take. --- src/main/options.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/options.c b/src/main/options.c index 960e846..9ac5d9f 100644 --- a/src/main/options.c +++ b/src/main/options.c @@ -847,5 +847,7 @@ opts_t opts_parse(unsigned int argc, char **argv) } } + /* TODO: set an enum to say which mode to use (nothing, PV, watchfd) */ + return opts; }