disable debug UART by default

This commit is contained in:
Joey Castillo 2021-08-14 19:16:18 -04:00
parent efd75d2504
commit 059dcfc181

View File

@ -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();