From b06eb272648ade71ed1cee47a1bcad4d8b00d4ce Mon Sep 17 00:00:00 2001 From: YuLong Yao Date: Tue, 8 Mar 2022 04:40:07 +0800 Subject: [PATCH] modules: hal_gigadevice: fix GD32_REMAP_MSK error. fix pin remap config error. GD32_REMAP is 10bit, origin 0x1ff is not correct.change to 0x3ff. Signed-off-by: YuLong Yao --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index a8230010a87..d738d0374f8 100644 --- a/west.yml +++ b/west.yml @@ -73,7 +73,7 @@ manifest: groups: - hal - name: hal_gigadevice - revision: cc85acbd635f02122c54df11fa55458269ce1bdd + revision: 63a72ca90b7e0d7257211ddc5c79e8c0b940371b path: modules/hal/gigadevice groups: - hal