Skip to content

Commit d81ce43

Browse files
committed
Merge pull request #256 from bcostm/master
[NUCLEO_F030R8] Change PWM_OUT label
2 parents f12dc4e + 6e2d89d commit d81ce43

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F030R8/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ typedef enum {
158158
SPI_MISO = PA_6,
159159
SPI_SCK = PA_5,
160160
SPI_CS = PB_6,
161-
PWM_OUT = PB_3,
161+
PWM_OUT = PC_7,
162162

163163
// Not connected
164164
NC = (int)0xFFFFFFFF

0 commit comments

Comments
 (0)