mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-22 14:31:59 -04:00
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
Changes between V1.0.0 and V1.0.1
|
|
|
|
+ Fix seeking beyond the end of file when the offset was not multiple of
|
|
the sector size, or when the file was empty.
|
|
|
|
+ Seeking test extended to validate seeking/writing on sector boundaries.
|
|
|
|
|
|
|