aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index 1efae36..a9f3d02 100644
--- a/src/command.c
+++ b/src/command.c
@@ -166,6 +166,8 @@ void cmd_morse(void)
static void cmd_traceswo(void)
{
+ extern char serial_no[9];
traceswo_init();
+ gdb_outf("%s:%02X:%02X\n", serial_no, 5, 0x85);
}