From: ian Date: Mon, 30 May 2005 16:56:40 +0000 (+0000) Subject: fix diag msg X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=f4e4debfa9cce87f765573c4a9cc60edf4721a5a;p=trains.git fix diag msg --- 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); }