mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00: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
 | 
