From b8b233ae24655c11f3fb9236c5f748d6df11d114 Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Sat, 30 Mar 2024 15:59:36 +0700 Subject: [PATCH] Small changes --- os/hal/boards/AT_START_F415/board.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/os/hal/boards/AT_START_F415/board.h b/os/hal/boards/AT_START_F415/board.h index ae3de31e48..23f945bb5e 100644 --- a/os/hal/boards/AT_START_F415/board.h +++ b/os/hal/boards/AT_START_F415/board.h @@ -173,7 +173,6 @@ * PA0 - Normal input (GPIOA_BUTTON) * PA2 - Alternate output (GPIOA_ARD_D1, GPIOA_USART2_TX) * PA3 - Normal input (GPIOA_ARD_D0, GPIOA_USART2_RX) - * PA13 - Pull-up input (GPIOA_SWDIO) * PA14 - Pull-down input (GPIOA_SWCLK) */ #define VAL_GPIOACFGLR 0x88884B84 /* PA7...PA0 */ @@ -182,8 +181,6 @@ /* * Port B setup. - * Everything input with pull-up except: - * PB3 - Pull-up input (GPIOB_SWO) */ #define VAL_GPIOBCFGLR 0x88888888 /* PB7...PB0 */ #define VAL_GPIOBCFGHR 0x88888888 /* PB15...PB8 */ @@ -203,6 +200,7 @@ /* * Port D setup. + * Everything input with pull-up except: * PD0 - Normal input (GPIOD_OSC_IN). * PD1 - Normal input (GPIOD_OSC_OUT). */