WXK
2 天以前 7d13fbde75b58ff4c9deaef95ca0c03a1083f8e8
keil/include/board/board.c
@@ -474,7 +474,14 @@
      io_pin_mux_set(IO_PIN_7, IO_FUNC0);
      gpio_pin_set_dir( IO_PIN_7, GPIO_DIR_OUT, 0);
      io_pull_set(IO_PIN_7 , IO_PULL_DOWN, IO_PULL_UP_LEVEL4);
      io_pin_mux_set(IO_PIN_11, IO_FUNC0);
      gpio_pin_set_dir( IO_PIN_11, GPIO_DIR_OUT, 0);
      io_pull_set(IO_PIN_11 , IO_PULL_DOWN, IO_PULL_UP_LEVEL4);
        io_pin_mux_set(IO_PIN_12, IO_FUNC0);
      gpio_pin_set_dir( IO_PIN_12, GPIO_DIR_OUT, 0);
      io_pull_set(IO_PIN_12 , IO_PULL_DOWN, IO_PULL_UP_LEVEL4);
        gpio_pin_set(IO_PIN_11);
        gpio_pin_set(IO_PIN_12);
}
void board_configure(void)
{