fix: Fix all files when change to use standard typedef

This commit is contained in:
Wu Jian Gang
2018-05-24 17:39:25 +08:00
parent 27892430ee
commit 91f7080231
42 changed files with 435 additions and 372 deletions

View File

@ -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;