mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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!19933
This commit is contained in:
commit
2b706909e1
@ -115,4 +115,5 @@ const uint32_t GPIO_HOLD_MASK[SOC_GPIO_PIN_COUNT] = {
|
||||
BIT(24),
|
||||
BIT(25),
|
||||
BIT(26),
|
||||
BIT(27),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user