From 7e171da63f4b3f76ad75793c9121aeb2b4b0441e Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 17 Apr 2023 10:00:52 -0700 Subject: [PATCH] stm32wl5:pinmap Fix typo --- arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.h index 65419b4ae7..3423400f2f 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.h @@ -39,7 +39,7 @@ * Alternative pin selections are provided with a numeric suffix like _1, _2, * etc. Drivers, however, will use the pin selection without the numeric * 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: * * #define GPIO_CAN1_RX GPIO_CAN1_RX_1