We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e1e6e commit 5adb8c1Copy full SHA for 5adb8c1
include/storage/stream_flash.h
@@ -70,8 +70,7 @@ struct stream_flash_ctx {
70
* @param ctx context to be initialized
71
* @param fdev Flash device to operate on
72
* @param buf Write buffer
73
- * @param buf_len Length of write buffer. Can not be larger than the page size.
74
- * Must be multiple of the flash device write-block-size.
+ * @param buf_len Length of write buffer. Can not be larger than the page size
75
* @param offset Offset within flash device to start writing to
76
* @param size Number of bytes available for performing buffered write.
77
* If this is '0', the size will be set to the total size
0 commit comments