Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HorrorTroll committed Mar 30, 2024
1 parent 91f6283 commit b8b233a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions os/hal/boards/AT_START_F415/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 */
Expand All @@ -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).
*/
Expand Down

0 comments on commit b8b233a

Please sign in to comment.