mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 19:26:38 +00:00
Fix Linux compile error
This commit is contained in:
parent
fe29aafd5b
commit
3855d32713
@ -61,9 +61,9 @@ void gui_flush_cb(lv_disp_drv_t* disp, const lv_area_t* area, lv_color_t* color_
|
||||
void gui_antiburn_cb(lv_disp_drv_t* disp, const lv_area_t* area, lv_color_t* color_p);
|
||||
|
||||
/* ===== Locks ===== */
|
||||
#ifdef ESP32
|
||||
IRAM_ATTR bool gui_acquire(TickType_t timeout);
|
||||
IRAM_ATTR void gui_release(void);
|
||||
#ifdef ESP32
|
||||
esp_err_t gui_setup_lvgl_task(void);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user