forked from espressif/esp-idf
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(25),
|
||||
BIT(26),
|
||||
BIT(27),
|
||||
};
|
||||
|
Reference in New Issue
Block a user