Skip to content

Commit 5785569

Browse files
fprfpistm
authored andcommitted
Removed emulation uart pin because can't be used currently.
Removed compilation warning error in timer. Timer functions validated (Tone, Servo). Signed-off-by: fpr <[email protected]>
1 parent 669d668 commit 5785569

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

variants/NUCLEO_F103RB/variant.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ uint32_t pinNametoPinNumber(PinName p);
135135

136136
#define DEBUG_UART ((USART_TypeDef *) USART2)
137137

138-
// UART Emulation
139-
#define UART_EMUL_RX PB13
140-
#define UART_EMUL_TX PB14
141-
142138
//Enable Firmata
143139
#define STM32 1
144140

0 commit comments

Comments
 (0)