mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +01:00
Merge branch 'PORTX_HAL' of https://github.com/DCC-EX/CommandStation-EX into PORTX_HAL
This commit is contained in:
commit
1fc5f436fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user