]> git.earman.xyz Git - sensor-watch.git/commitdiff
disable debug UART by default
authorJoey Castillo <jose.castillo@gmail.com>
Sat, 14 Aug 2021 23:16:18 +0000 (19:16 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Sat, 14 Aug 2021 23:16:18 +0000 (19:16 -0400)
watch-library/main.c

index 51cae449e3c1839b46133031790e0476e8cb8030..b9a5320bcd7b34b99feef8a981b86fb57b96908f 100755 (executable)
@@ -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();