diff options
Diffstat (limited to 'src/txbuf.s')
| -rw-r--r-- | src/txbuf.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txbuf.s b/src/txbuf.s index 6f7b55d..beb4fef 100644 --- a/src/txbuf.s +++ b/src/txbuf.s @@ -4,7 +4,7 @@ ; compiles to 45 bytes. routine below is 29 bytes (~33% smaller) - tx_buf = $a200 ; MUST agree with src/rxtxbuf.h! + tx_buf = $3a00 ; MUST agree with src/rxtxbuf.h! .import _txbuflen, _txbuf_send .export _txbuf_append_chr, _txbuf_append_str |
