Skip to content

Commit f2ba5a3

Browse files
committed
Making pin list more specific
1 parent f16dfde commit f2ba5a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/core/io/pin.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@ enum class Pin {
142142
UART_TX = PA_2,
143143
UART_RX = PA_3,
144144
};
145+
#endif
145146

146-
#else
147+
#ifdef STM32F469xx
147148
LED = INVALID,
148149

149150
PD_0 = 0x30,

0 commit comments

Comments
 (0)