mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Refresh sub-modules
This commit is contained in:
+1
-1
Submodule arch updated: 1db4677359...957515ba01
+1
-1
Submodule configs updated: 7e082490eb...bed0650636
@@ -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