This is an automated email from the ASF dual-hosted git repository.

raiden00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit c5f7620c4277323bdba3eeaa2758f13cd13bf94b
Author: David Sidrane <[email protected]>
AuthorDate: Mon Apr 17 10:00:22 2023 -0700

    stm32u5:stm32u585xx_pinmap Fix typo
---
 arch/arm/src/stm32u5/hardware/stm32u585xx_pinmap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/stm32u5/hardware/stm32u585xx_pinmap.h 
b/arch/arm/src/stm32u5/hardware/stm32u585xx_pinmap.h
index 7b912e7c13..9939e82c7d 100644
--- a/arch/arm/src/stm32u5/hardware/stm32u585xx_pinmap.h
+++ b/arch/arm/src/stm32u5/hardware/stm32u585xx_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 FDCAN1_RX connects vis PA11 on some board, then the following
+ * example, if FDCAN1_RX connects via PA11 on some board, then the following
  * definitions should appear inthe board.h header file for that board:
  *
  * #define GPIO_FDCAN1_RX GPIO_FDCAN1_RX_1

Reply via email to