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:
3a15fde
)
remove debug_serial_transmit from non-debug builds
author
ian
<ian>
Sat, 19 Jan 2008 15:58:44 +0000
(15:58 +0000)
committer
ian
<ian>
Sat, 19 Jan 2008 15:58:44 +0000
(15:58 +0000)
detpic/nmra-stream.asm
patch
|
blob
|
history
diff --git
a/detpic/nmra-stream.asm
b/detpic/nmra-stream.asm
index 1331f233dfc42d82a688bef7d65e86cb45e29d71..7693f2b0a770a7d3412b5bdb2b137484ed83c88b 100644
(file)
--- a/
detpic/nmra-stream.asm
+++ b/
detpic/nmra-stream.asm
@@
-87,10
+87,10
@@
debug macro debugvalue
mov_lw debugvalue
call debug_serial_transmit
endm
- endif
debug_serial_transmit
mov_wfa TXREG ; move contents of W (i.e. debugvalue)
+ endif
; to TXREG for transmission
waitfortsr
bt_fa_if0 TXSTA,1