Skip to content

Commit 65127ba

Browse files
committed
fix filex api services index
1 parent bc3571f commit 65127ba

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

rtos-docs/filex/chapter4.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ The FileX API functions available to the application are as follows.
3434
- [fx_file_attributes_read](#fx_file_attributes_read)
3535
- [fx_file_attributes_set](#fx_file_attributes_set)
3636
- [fx_file_best_effort_allocate](#fx_file_best_effort_allocate)
37-
- [fx_file_close_fx_file_create](#fx_file_close_fx_file_create)
37+
- [fx_file_close](#fx_file_close)
38+
- [fx_file_create](#fx_file_create)
3839
- [fx_file_date_time_set](#fx_file_date_time_set)
3940
- [fx_file_delete](#fx_file_delete)
4041
- [fx_file_extended_allocate](#fx_file_extended_allocate)
@@ -43,9 +44,11 @@ The FileX API functions available to the application are as follows.
4344
- [fx_file_extended_seek](#fx_file_extended_seek)
4445
- [fx_file_extended_truncate](#fx_file_extended_truncate)
4546
- [fx_file_extended_truncate_release](#fx_file_extended_truncate_release)
46-
- [fx_file_open_fx_file_read](#fx_file_open_fx_file_read)
47+
- [fx_file_open](#fx_file_open)
48+
- [fx_file_read](#fx_file_read)
4749
- [fx_file_relative_seek](#fx_file_relative_seek)
48-
- [fx_file_rename_fx_file_seek](#fx_file_rename_fx_file_seek)
50+
- [fx_file_rename](#fx_file_rename)
51+
- [fx_file_seek](#fx_file_seek)
4952
- [fx_file_truncate](#fx_file_truncate)
5053
- [fx_file_truncate_release](#fx_file_truncate_release)
5154
- [fx_file_write](#fx_file_write)

0 commit comments

Comments
 (0)