Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information