add a header for gpio_set_drive_capability
This commit is contained in:
parent
5fefdd428c
commit
f0f1f50ca5
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ IRAM_ATTR inline uint32_t _PM_timerGetCount(Protomatter_core *core) {
|
||||||
#include <hal/lcd_ll.h>
|
#include <hal/lcd_ll.h>
|
||||||
#include <soc/lcd_cam_reg.h>
|
#include <soc/lcd_cam_reg.h>
|
||||||
#include <soc/lcd_cam_struct.h>
|
#include <soc/lcd_cam_struct.h>
|
||||||
|
#include <driver/gpio.h>
|
||||||
|
|
||||||
// Override the behavior of _PM_portBitMask macro so instead of returning
|
// Override the behavior of _PM_portBitMask macro so instead of returning
|
||||||
// a 32-bit mask for a pin within its corresponding GPIO register, it instead
|
// a 32-bit mask for a pin within its corresponding GPIO register, it instead
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue