disable debug UART by default
This commit is contained in:
parent
efd75d2504
commit
059dcfc181
@ -80,7 +80,7 @@ void uart_puts(char *s) {
|
|||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
// Temporary, for debugging.
|
// Temporary, for debugging.
|
||||||
uart_init(115200);
|
// uart_init(115200);
|
||||||
|
|
||||||
// ASF code. Initialize the MCU with configuration options from Atmel Studio.
|
// ASF code. Initialize the MCU with configuration options from Atmel Studio.
|
||||||
init_mcu();
|
init_mcu();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user