Files | |
| file | sd-reader_config.h |
Common sd-reader configuration used by all modules (license: GPLv2 or LGPLv2.1). | |
Defines | |
| #define | USE_DYNAMIC_MEMORY |
| Controls allocation of memory. | |
| #define USE_DYNAMIC_MEMORY |
Controls allocation of memory.
Set to 1 to use malloc()/free() for allocation of structures like file and directory handles, set to 0 to use pre-allocated fixed-size handle arrays.
1.7.1