diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -29,10 +29,6 @@ char reconnect_timeout = 1; extern void ih(); // defined in intr.s -void txbuf_append_chr(char c) { - tx_buf[txbuflen++] = c; -} - void txbuf_init(void) { txbuflen = tx_buf[0] = 0; } |
