From f4e4debfa9cce87f765573c4a9cc60edf4721a5a Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 30 May 2005 16:56:40 +0000 Subject: [PATCH] fix diag msg --- hostside/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostside/output.c b/hostside/output.c index 16ab81d..fe0c8b4 100644 --- a/hostside/output.c +++ b/hostside/output.c @@ -41,6 +41,6 @@ void output_hex(Selector sel, const char *word, } void serial_transmit(const Byte *command, int length) { - output_hex('p', "trace-pic-out", command,length); + output_hex('p', "pic-out", command,length); serial_transmit_now(command, length); } -- 2.30.2