From 74e577ac110513669a6d677842ceca4c5b1252ca Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Sat, 4 May 2019 12:37:04 +0100 Subject: cut #1 --- app/bits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/bits.c') 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); } -- cgit v1.2.3