Modifications for fs profiling tool

This commit is contained in:
Renz Bagaporo
2018-06-21 16:51:44 +08:00
committed by bot
parent 5f2f84c220
commit 70e68c99d3
64 changed files with 1002 additions and 692 deletions

View File

@@ -19,7 +19,7 @@
#include "esp_vfs.h"
#include "spiffs_api.h"
const char* TAG = "SPIFFS";
static const char* TAG = "SPIFFS";
void spiffs_api_lock(spiffs *fs)
{