mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
9 lines
245 B
Text
9 lines
245 B
Text
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.
|
|
|
|
|
|
|