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:
6999825
)
do not duplicate ouhexi messages
author
ian
<ian>
Mon, 5 May 2008 10:36:05 +0000
(10:36 +0000)
committer
ian
<ian>
Mon, 5 May 2008 10:36:05 +0000
(10:36 +0000)
hostside/realtime.c
patch
|
blob
|
history
diff --git
a/hostside/realtime.c
b/hostside/realtime.c
index 8940ecb72d9a8a79d8474a300cef077263895f43..435c52537bad636c140eb1aabe0e8cbc690ca598 100644
(file)
--- a/
hostside/realtime.c
+++ b/
hostside/realtime.c
@@
-218,7
+218,6
@@
void ouhexo(const char *word, const Byte *command, int length) {
oprintf(UPO, "\n");
}
void ouhexi(const char *word, const Byte *command, int length) {
- simlog_serial(command,length);
ouhexo(word,command,length);
}