Add a TODO marker for the next step to take.

This commit is contained in:
Andrew Wood
2025-09-18 05:47:15 +01:00
parent dbce5b355e
commit 8c2e934768
+2
View File
@@ -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;
}