From 45c6dc5c32b8d9a13d290c748387cf98fe3f24d1 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Tue, 8 Sep 2020 21:28:48 +0200 Subject: [PATCH] Fix typo Closes #112 --- avr/cores/microcore/core_settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/cores/microcore/core_settings.h b/avr/cores/microcore/core_settings.h index a09ca9a2..f8785775 100644 --- a/avr/cores/microcore/core_settings.h +++ b/avr/cores/microcore/core_settings.h @@ -17,7 +17,7 @@ need in order to free up space. // Arduino would support. // Pins to use for Tx and Rx -// Note that you can use the same pin for TX and TX by giving them the same number +// Note that you can use the same pin for TX and RX by giving them the same number #ifndef UART_TX_PIN #define UART_TX_PIN B,0 #endif