mirror of https://github.com/ARMmbed/mbed-os.git
[NUCLEO_L031K6] Change the default pwm pin
parent
fe9720f24b
commit
7966ee4067
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue