mikroSDK Reference Manual
fs_port_config.h
Go to the documentation of this file.
1
29
#ifndef _FS_PORT_CONFIG_H
30
#define _FS_PORT_CONFIG_H
31
32
//Select underlying file system
33
#define USE_NONE
34
35
//Number of files that can be opened simultaneously
36
#define FS_MAX_FILES 8
37
38
//Number of directories that can be opened simultaneously
39
#define FS_MAX_DIRS 8
40
41
#endif