mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
feat(gpio): fix gpio matrix const input addr on C5 MP
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user