summaryrefslogtreecommitdiffstats
path: root/app/bits.c
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-05-04 12:37:04 +0100
committerfishsoupisgood <github@madingley.org>2019-05-04 12:39:08 +0100
commit74e577ac110513669a6d677842ceca4c5b1252ca (patch)
treecfe45c037717a740fa2fa6b1c99aa66814047055 /app/bits.c
parent1b0a5f886412f0a292ec2b198e65760e3a1f45a1 (diff)
downloadclock-74e577ac110513669a6d677842ceca4c5b1252ca.tar.gz
clock-74e577ac110513669a6d677842ceca4c5b1252ca.tar.bz2
clock-74e577ac110513669a6d677842ceca4c5b1252ca.zip
cut #1
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);
}