Skip to content

Commit 7966ee4

Browse files
committed
[NUCLEO_L031K6] Change the default pwm pin
1 parent fe9720f commit 7966ee4

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6

1 file changed

+1
-1
lines changed

libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ typedef enum {
145145
SPI_MISO = PB_4,
146146
SPI_SCK = PB_3,
147147
SPI_CS = PA_11,
148-
PWM_OUT = PB_3,
148+
PWM_OUT = PB_0,
149149

150150
// Not connected
151151
NC = (int)0xFFFFFFFF

0 commit comments

Comments
 (0)