fix(driver_spi): fixed c5/c61/h21 eco spi master rx and slave rx issue

This commit is contained in:
wanckl
2025-06-13 21:53:48 +08:00
parent 7f325d47bf
commit a48afb4711
5 changed files with 30 additions and 13 deletions

View File

@@ -10,8 +10,8 @@
extern "C" {
#endif
#define GPIO_MATRIX_CONST_ONE_INPUT (0x20)
#define GPIO_MATRIX_CONST_ZERO_INPUT (0x30)
#define GPIO_MATRIX_CONST_ONE_INPUT (0x40)
#define GPIO_MATRIX_CONST_ZERO_INPUT (0x60)
#ifdef __cplusplus
}