[NUCLEO_L031K6] Change the default pwm pin

pull/1698/head
svastm 2016-04-29 15:58:43 +02:00
parent fe9720f24b
commit 7966ee4067
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ typedef enum {
SPI_MISO = PB_4,
SPI_SCK = PB_3,
SPI_CS = PA_11,
PWM_OUT = PB_3,
PWM_OUT = PB_0,
// Not connected
NC = (int)0xFFFFFFFF