Skip to content

Commit

Permalink
Update PB5 to correct pin number (MarlinFirmware#14891)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Aug 10, 2019
1 parent 5ea5d71 commit e7aba49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ extern const PinName digitalPin[];
#define PD2 43 //1:UART5_RX / SDIO_CMD
#define PB3 44 //0:JTDO 1:SPI3_SCK / TIM2_CH2 / SPI1_SCK
#define PB4 45 //0:NJTRST 1:SPI3_MISO / TIM3_CH1 / SPI1_MISO
#define PB5 45 //1:TIM3_CH2 / SPI1_MOSI / SPI3_MOSI
#define PB5 46 //1:TIM3_CH2 / SPI1_MOSI / SPI3_MOSI
#define PB6 47 //1:I2C1_SCL / TIM4_CH1 / USART1_TX
#define PB7 48 //1:I2C1_SDA / TIM4_CH2 / USART1_RX
#define PB8 49 //1:I2C1_SCL / TIM4_CH3 / SDIO_D4 / TIM10_CH1
Expand Down

0 comments on commit e7aba49

Please sign in to comment.