kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/s3_gpio48_hold_v4.4' into 'release/v4.4'
gpio: Fix ESP32S3 GPIO48 does not support hold function bug (backport v4.4) See merge request espressif/esp-idf!19933pull/9730/head
commit
2b706909e1
|
@ -115,4 +115,5 @@ const uint32_t GPIO_HOLD_MASK[SOC_GPIO_PIN_COUNT] = {
|
|||
BIT(24),
|
||||
BIT(25),
|
||||
BIT(26),
|
||||
BIT(27),
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue