Merge pull request #256 from bcostm/master

[NUCLEO_F030R8] Change PWM_OUT label
pull/258/head
Bogdan Marinescu 2014-04-07 23:29:58 +01:00
commit d81ce439bf
1 changed files with 1 additions and 1 deletions

View File

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