mirror of
https://github.com/pellepl/spiffs.git
synced 2026-09-15 21:50:05 +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),
|
// given to spiffs file system in total (spiffs_file_system_size),
|
||||||
// the logical block size (log_block_size), and the logical page size
|
// the logical block size (log_block_size), and the logical page size
|
||||||
// (log_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
|
#ifndef SPIFFS_TYPES_OVERRIDE
|
||||||
// Block index type. Make sure the size of this type can hold
|
// Block index type. Make sure the size of this type can hold
|
||||||
|
|||||||
Reference in New Issue
Block a user