mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 07:29:08 -04:00
7 lines
113 B
C
7 lines
113 B
C
|
#pragma once
|
||
|
|
||
|
#include "esp_err.h"
|
||
|
|
||
|
#define ESP_VFS_FLAG_CONTEXT_PTR 1
|
||
|
#define ESP_VFS_PATH_MAX 15
|