mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +01:00
Corrected comment in DCCTimer for STM32
This commit is contained in:
parent
8cff51b913
commit
f0c2672835
|
@ -33,7 +33,7 @@
|
||||||
#include "DCCTimer.h"
|
#include "DCCTimer.h"
|
||||||
|
|
||||||
// STM32 doesn't have Serial1 defined by default
|
// 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;
|
INTERRUPT_CALLBACK interruptHandler=0;
|
||||||
// Let's use STM32's timer #1 until disabused of this notion
|
// Let's use STM32's timer #1 until disabused of this notion
|
||||||
|
|
Loading…
Reference in New Issue
Block a user