From c82170d59e978f5f32bc863020e032587e683cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E9=93=81=E6=9F=B1?= <918282798@qq.com> Date: Tue, 6 Sep 2022 14:30:35 +0000 Subject: [PATCH] update hcs/gpio.hcs. Signed-off-by: wei-tiezhu<918282798@qq.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 魏铁柱 <918282798@qq.com> --- hcs/gpio.hcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcs/gpio.hcs b/hcs/gpio.hcs index 76a540f..27395c7 100755 --- a/hcs/gpio.hcs +++ b/hcs/gpio.hcs @@ -10,7 +10,7 @@ root { pinNum = 2; } controller_uart0 :: uart_controller { - match_attr = "goodix_gr55xx_uart_0"; + match_attr = "asrmicro_asr582x_gpio"; id = 0; /* APP_UART_ID_0 */ baudrate = 115200; pin_tx_type = 0; /* APP_IO_TYPE_NORMAL */ -- Gitee