[NUCLEO_F030R8] Change PWM_OUT label

PB_3 does not support pwm out.
pull/256/head
bcostm 2014-04-07 08:34:15 +02:00
parent b7035550f7
commit 6e2d89de0f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ typedef enum {
SPI_MISO = PA_6, SPI_MISO = PA_6,
SPI_SCK = PA_5, SPI_SCK = PA_5,
SPI_CS = PB_6, SPI_CS = PB_6,
PWM_OUT = PB_3, PWM_OUT = PC_7,
// Not connected // Not connected
NC = (int)0xFFFFFFFF NC = (int)0xFFFFFFFF