Add missing version include
This commit is contained in:
parent
50c3b37f53
commit
7c9057dd93
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue