Skip to content

Commit fe698ea

Browse files
committed
Missed matching #endif
1 parent 41275f7 commit fe698ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_STM/TARGET_STM32G0/serial_device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ static void uart_group1_irq(void)
9898
uart_irq(LPUART_2);
9999
#endif
100100
}
101+
#endif
101102

102103
#if defined(USART_GROUP2_IRQn)
103104
static void uart_group2_irq(void)

0 commit comments

Comments
 (0)