Update board.c

This commit is contained in:
Ben V. Brown
2024-06-04 20:59:31 +10:00
parent d208c00911
commit a85ba1e788

View File

@@ -133,7 +133,7 @@ static const struct pin_mux_cfg af_pin_table[] = {
static void board_pin_mux_init(void) { static void board_pin_mux_init(void) {
GLB_GPIO_Cfg_Type gpio_cfg; GLB_GPIO_Cfg_Type gpio_cfg;
uint32_t tmpVal; uint32_t tmpVal;
gpio_cfg.drive = 3; gpio_cfg.drive = 2;
gpio_cfg.smtCtrl = 1; gpio_cfg.smtCtrl = 1;
uint8_t hbn_gpio_mask = 0x1f; uint8_t hbn_gpio_mask = 0x1f;
uint8_t hbn_aon_ie = 0; uint8_t hbn_aon_ie = 0;