feat(gpio): fix gpio matrix const input addr on C5 MP

This commit is contained in:
gaoxu 2024-05-17 20:23:15 +08:00
parent 5c27ccdae4
commit 64c9cb43a9

View File

@ -11,8 +11,8 @@
extern "C" {
#endif
#define GPIO_MATRIX_CONST_ONE_INPUT (0x38)
#define GPIO_MATRIX_CONST_ZERO_INPUT (0x3C)
#define GPIO_MATRIX_CONST_ONE_INPUT (0x40)
#define GPIO_MATRIX_CONST_ZERO_INPUT (0x50)
#ifdef __cplusplus
}