changeset 545:47ee7373010b

dspdump: added baud command
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Oct 2019 21:23:24 +0000
parents 451d8b545b11
children 960116e41ebd
files target-utils/dspdump/cmdtab.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/target-utils/dspdump/cmdtab.c	Mon Oct 28 21:00:40 2019 +0000
+++ b/target-utils/dspdump/cmdtab.c	Mon Oct 28 21:23:24 2019 +0000
@@ -2,6 +2,7 @@
 
 extern void cmd_abbr();
 extern void cmd_abbw();
+extern void cmd_baud_switch();
 extern void cmd_bigdump();
 extern void cmd_dump();
 extern void cmd_fulldump();
@@ -22,6 +23,7 @@
 	{"abbpage2", abb_unlock_page2},
 	{"abbr", cmd_abbr},
 	{"abbw", cmd_abbw},
+	{"baud", cmd_baud_switch},
 	{"bigdump", cmd_bigdump},
 	{"dump", cmd_dump},
 	{"fulldump", cmd_fulldump},