mirror of
https://github.com/pellepl/spiffs.git
synced 2026-06-05 21:15:18 +00:00
Add doc comment per pellepl review comment
This commit is contained in:
@@ -358,6 +358,10 @@
|
||||
// given to spiffs file system in total (spiffs_file_system_size),
|
||||
// the logical block size (log_block_size), and the logical page size
|
||||
// (log_page_size)
|
||||
//
|
||||
// Set SPIFFS_TYPES_OVERRIDE if you wish to have your own
|
||||
// definitions for these types (for example, if you want them
|
||||
// to be u32_t)
|
||||
|
||||
#ifndef SPIFFS_TYPES_OVERRIDE
|
||||
// Block index type. Make sure the size of this type can hold
|
||||
|
||||
Reference in New Issue
Block a user