Skip to content

Commit 5adb8c1

Browse files
Revert "[nrf fromlist] include/storage/steram_flash: update buffer size requirements"
This reverts commit 243cbae. Signed-off-by: Martí Bolívar <[email protected]>
1 parent b0e1e6e commit 5adb8c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/storage/stream_flash.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ struct stream_flash_ctx {
7070
* @param ctx context to be initialized
7171
* @param fdev Flash device to operate on
7272
* @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.
73+
* @param buf_len Length of write buffer. Can not be larger than the page size
7574
* @param offset Offset within flash device to start writing to
7675
* @param size Number of bytes available for performing buffered write.
7776
* If this is '0', the size will be set to the total size

0 commit comments

Comments
 (0)