IDF release/v4.4 b8050b365e (#6594)

This commit is contained in:
Me No Dev
2022-04-20 12:23:18 +03:00
committed by GitHub
parent d3340837c7
commit 45b7fa05b6
109 changed files with 396 additions and 93 deletions

View File

@ -1,24 +1,9 @@
#ifndef ESP_LITTLEFS_H__
#define ESP_LITTLEFS_H__
#include <stdint.h>
#include <stddef.h>
#include <stdarg.h>
#include <unistd.h>
#include <utime.h>
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "esp_err.h"
#include <sys/types.h>
#include <sys/reent.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/poll.h>
#include <sys/dirent.h>
#include <string.h>
#include "sdkconfig.h"
#include "littlefs/lfs.h"
#include "sdkconfig.h"
#ifdef __cplusplus
extern "C" {