From 059dcfc181d3fdf282618dd610be957e5486da43 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 14 Aug 2021 19:16:18 -0400 Subject: disable debug UART by default --- watch-library/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-library/main.c b/watch-library/main.c index 51cae449..b9a5320b 100755 --- a/watch-library/main.c +++ b/watch-library/main.c @@ -80,7 +80,7 @@ void uart_puts(char *s) { int main(void) { // Temporary, for debugging. - uart_init(115200); + // uart_init(115200); // ASF code. Initialize the MCU with configuration options from Atmel Studio. init_mcu(); -- cgit v1.2.3