mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(gpio): fix gpio matrix const input addr on C5 MP
This commit is contained in:
parent
5c27ccdae4
commit
64c9cb43a9
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user