summaryrefslogtreecommitdiffstats
path: root/app/bits.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/bits.c')
-rw-r--r--app/bits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/bits.c b/app/bits.c
index 6978c74..3fe7833 100644
--- a/app/bits.c
+++ b/app/bits.c
@@ -17,6 +17,6 @@ void dump_bits (char *wot, uint8_t *bits)
* (ptr++) = '\r';
* (ptr++) = '\n';
*ptr = 0;
- usart1_write (buf, (unsigned) (ptr - buf), 1);
+ usart2_write (buf, (unsigned) (ptr - buf), 1);
}