Skip to content

Commit 41db766

Browse files
ydamigosgalak
authored andcommitted
boards: arm: olimexino_stm32: Fix board name in comments
File pinmux.c mentions wrong board in comments. Update it with the correct board name. Signed-off-by: Yannis Damigos <[email protected]>
1 parent 4e276e2 commit 41db766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/olimexino_stm32/pinmux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include <pinmux/stm32/pinmux_stm32.h>
1414

15-
/* pin assignments for NUCLEO-F103RB board */
15+
/* pin assignments for OLIMEXINO-STM32 board */
1616
static const struct pin_config pinconf[] = {
1717
#ifdef CONFIG_UART_STM32_PORT_1
1818
{STM32_PIN_PA9, STM32F1_PINMUX_FUNC_PA9_USART1_TX},

0 commit comments

Comments
 (0)