mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Refresh sub-modules
This commit is contained in:
@@ -167,7 +167,6 @@ ssize_t bchlib_read(FAR void *handle, FAR char *buffer, size_t offset, size_t le
|
||||
/* Adjust pointers and counts */
|
||||
|
||||
sector += nsectors;
|
||||
|
||||
nbytes = nsectors * bch->sectsize;
|
||||
bytesread += nbytes;
|
||||
|
||||
|
||||
@@ -169,7 +169,6 @@ ssize_t bchlib_write(FAR void *handle, FAR const char *buffer, size_t offset, si
|
||||
/* Adjust pointers and counts */
|
||||
|
||||
sector += nsectors;
|
||||
|
||||
nbytes = nsectors * bch->sectsize;
|
||||
byteswritten += nbytes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user