fix codec compilation on IDF5.1 (#19546)

This commit is contained in:
Christian Baars 2023-09-18 22:04:56 +02:00 committed by GitHub
parent d6a9eaf8aa
commit aa4464389f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#include <Wire.h>
#include <string.h>
#include "esp_log.h"
#include "rom/ets_sys.h"
#include "es7210.h"

View File

@ -27,7 +27,8 @@
#include <freertos/FreeRTOS.h>
#include "string.h"
#include "esp_log.h"
#include "es7243e.h"
#include "rom/ets_sys.h"
#include "es7243e.h"
static const char *TAG = "DRV7243E";

View File

@ -28,6 +28,7 @@
#include <freertos/FreeRTOS.h>
#include "string.h"
#include "esp_log.h"
#include "rom/ets_sys.h"
#include "es8156.h"
/*

View File

@ -27,6 +27,7 @@
#include <Wire.h>
#include <string.h>
#include "esp_log.h"
#include "rom/ets_sys.h"
#include "es8311.h"