mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
fix: Fix all files when change to use standard typedef
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#include "esp_common.h"
|
||||
#include "esp_spiffs.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "esp_spiffs.h"
|
||||
#include "spi_flash.h"
|
||||
|
||||
#define NUM_SYS_FD 3
|
||||
|
||||
static spiffs fs;
|
||||
|
Reference in New Issue
Block a user