chiark
/
gitweb
/
~ijackson
/
trains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
615303e
)
fix diag msg
author
ian
<ian>
Mon, 30 May 2005 16:56:40 +0000
(16:56 +0000)
committer
ian
<ian>
Mon, 30 May 2005 16:56:40 +0000
(16:56 +0000)
hostside/output.c
patch
|
blob
|
history
diff --git
a/hostside/output.c
b/hostside/output.c
index 16ab81d678f35a68d738abbadb6e73e82515a495..fe0c8b4b7ec0d57d5bf575ee6bb74383be027c8a 100644
(file)
--- 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);
}