From 33ca7b739bc59ee4831dd20423f47d8b8702d3df Mon Sep 17 00:00:00 2001 From: Wouter Van Hoof Date: Mon, 19 Dec 2022 21:49:31 +0100 Subject: [PATCH] Include GPIO lookup macros header file --- lvgl_touch/adcraw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lvgl_touch/adcraw.h b/lvgl_touch/adcraw.h index b16d519..3996fb7 100644 --- a/lvgl_touch/adcraw.h +++ b/lvgl_touch/adcraw.h @@ -13,6 +13,7 @@ extern "C" { #include #include "driver/gpio.h" #include "driver/adc.h" +#include "soc/adc_channel.h" #ifdef LV_LVGL_H_INCLUDE_SIMPLE #include "lvgl.h" #else