Skip to content

Commit a6f640c

Browse files
authored
Merge pull request #2009 from MultiTechSystems/mdot-leds-fix
[MTS_MDOT_F411RE] add LED2-LED4 definitions
2 parents ec1ec7c + e10feb7 commit a6f640c

File tree

1 file changed

+3
-0
lines changed
  • hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F411RE

1 file changed

+3
-0
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F411RE/PinNames.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ typedef enum {
157157

158158
// needed for mbed to build tests
159159
LED1 = PA_0,
160+
LED2 = PA_0,
161+
LED3 = PA_0,
162+
LED4 = PA_0,
160163

161164
// XBEE_DOUT/DIN, RS232 port on UDK board
162165
SERIAL_TX = PA_2,

0 commit comments

Comments
 (0)