boards: mRo pixracer pro fix incorrect SPI2 sck

This commit is contained in:
Daniel Agar
2021-02-16 21:26:12 -05:00
parent 0edee1e2e9
commit 2702306849
2 changed files with 11 additions and 1 deletions

View File

@@ -262,7 +262,7 @@
#define GPIO_SPI1_MISO GPIO_SPI1_MISO_1 /* PA6 */
#define GPIO_SPI1_MOSI GPIO_SPI1_MOSI_1 /* PA7 */
#define GPIO_SPI2_SCK ADJ_SLEW_RATE(GPIO_SPI2_SCK_2) /* PB10 */
#define GPIO_SPI2_SCK ADJ_SLEW_RATE(GPIO_SPI2_SCK_3) /* PB10 */
#define GPIO_SPI2_MISO GPIO_SPI2_MISO_1 /* PB14 */
#define GPIO_SPI2_MOSI GPIO_SPI2_MOSI_1 /* PB15 */