From f0c267283558e4e40ba0d4ece2dc64fb98f22aba Mon Sep 17 00:00:00 2001 From: pmantoine Date: Mon, 15 Aug 2022 13:32:13 +0800 Subject: [PATCH] Corrected comment in DCCTimer for STM32 --- DCCTimerSTM32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DCCTimerSTM32.cpp b/DCCTimerSTM32.cpp index 229baec..d055d59 100644 --- a/DCCTimerSTM32.cpp +++ b/DCCTimerSTM32.cpp @@ -33,7 +33,7 @@ #include "DCCTimer.h" // STM32 doesn't have Serial1 defined by default -HardwareSerial Serial1(PA10, PA15); // Rx=PA10, Tx=PA9 +HardwareSerial Serial1(PA10, PA15); // Rx=PA10, Tx=PA15 INTERRUPT_CALLBACK interruptHandler=0; // Let's use STM32's timer #1 until disabused of this notion