Refresh sub-modules
This commit is contained in:
parent
5055c7a99d
commit
ce27334f23
2
arch
2
arch
|
@ -1 +1 @@
|
|||
Subproject commit 1db4677359dae966c12a0f3830da14005d887a58
|
||||
Subproject commit 957515ba013f3ced49c7a78104cc9e9aca793e65
|
2
configs
2
configs
|
@ -1 +1 @@
|
|||
Subproject commit 7e082490eb9da35d7635d66a2282383413357d01
|
||||
Subproject commit bed0650636147481bb7513901c6f490f29e874b4
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue