diff ater/user_cmd.c @ 24:f49e57b0d1a2

ater: implement activ command
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Jun 2024 18:48:36 +0000
parents 98ae717734d6
children 45411b72b6b3
line wrap: on
line diff
--- a/ater/user_cmd.c	Mon Jun 24 18:21:01 2024 +0000
+++ b/ater/user_cmd.c	Mon Jun 24 18:48:36 2024 +0000
@@ -17,6 +17,7 @@
 	char	*cmd;
 	void	(*func)(int argc, char **argv);
 } cmdtab[] = {
+	{"activ", cmd_activate},
 	{"print-rx", cmd_print_rx},
 	{"record", cmd_record_start},
 	{"record-stop", cmd_record_stop},