mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
gpio: Fix ESP32S3 GPIO48 does not support hold function bug
GPIO_HOLD_MASK array was missing the last item
This commit is contained in:
@@ -115,4 +115,5 @@ const uint32_t GPIO_HOLD_MASK[SOC_GPIO_PIN_COUNT] = {
|
|||||||
BIT(24),
|
BIT(24),
|
||||||
BIT(25),
|
BIT(25),
|
||||||
BIT(26),
|
BIT(26),
|
||||||
|
BIT(27),
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user