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 <feilongphone@gmail.com>
This commit is contained in:
parent
3cbfc505b3
commit
b06eb27264
1 changed files with 1 additions and 1 deletions
2
west.yml
2
west.yml
|
@ -73,7 +73,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_gigadevice
|
||||
revision: cc85acbd635f02122c54df11fa55458269ce1bdd
|
||||
revision: 63a72ca90b7e0d7257211ddc5c79e8c0b940371b
|
||||
path: modules/hal/gigadevice
|
||||
groups:
|
||||
- hal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue