Skip to content

Commit

Permalink
rtl8730e_boot.c: bringup gpio PB22 pin for lcd
Browse files Browse the repository at this point in the history
	- This commit brings up PB22 gpio pin.
  • Loading branch information
ritesh55555 committed Nov 26, 2024
1 parent 8b183fc commit 21e86d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os/board/rtl8730e/src/rtl8730e_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ void board_gpio_initialize(void)
{PA_23, PIN_INPUT, PullNone},
/* PB_20 is gpio pin number for LED */
{PB_20, PIN_OUTPUT, PullDown},
{PB_22, PIN_OUTPUT, PullNone},
/* NOTE: Do not open pins not for GPIO usage. E.g uart,SPI pins
Loguart pins
*/
Expand Down

0 comments on commit 21e86d1

Please sign in to comment.