stm32wl5:pinmap Fix typo

This commit is contained in:
David Sidrane 2023-04-17 10:00:52 -07:00 committed by Mateusz Szafoni
parent b5913af01b
commit 7e171da63f

View File

@ -39,7 +39,7 @@
* Alternative pin selections are provided with a numeric suffix like _1, _2, * Alternative pin selections are provided with a numeric suffix like _1, _2,
* etc. Drivers, however, will use the pin selection without the numeric * etc. Drivers, however, will use the pin selection without the numeric
* suffix. Additional definitions are required in the board.h file. For * suffix. Additional definitions are required in the board.h file. For
* example, if CAN1_RX connects vis PA11 on some board, then the following * example, if CAN1_RX connects via PA11 on some board, then the following
* definitions should appear in the board.h header file for that board: * definitions should appear in the board.h header file for that board:
* *
* #define GPIO_CAN1_RX GPIO_CAN1_RX_1 * #define GPIO_CAN1_RX GPIO_CAN1_RX_1