Add missing version include

This commit is contained in:
Rashed Talukder 2022-03-18 19:26:07 -07:00
parent 50c3b37f53
commit 7c9057dd93
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
#include <stdio.h> #include <stdio.h>
#include "driver/gpio.h" #include "driver/gpio.h"
#include "esp_idf_version.h"
#include "FT81x.h" #include "FT81x.h"

View file

@ -8,6 +8,7 @@
#include "freertos/FreeRTOS.h" #include "freertos/FreeRTOS.h"
#include "freertos/task.h" #include "freertos/task.h"
#include "driver/gpio.h" #include "driver/gpio.h"
#include "esp_idf_version.h"
#include <stddef.h> #include <stddef.h>
#if CONFIG_LV_TOUCH_CONTROLLER_ADCRAW #if CONFIG_LV_TOUCH_CONTROLLER_ADCRAW