Skip to content

Commit c16a4ac

Browse files
authored
Update chapter4.md
fix typo in the fx_directory_information_get() prototype document.
1 parent 80bd9fe commit c16a4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos-docs/filex/chapter4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ Gets a directory's entry information
646646
### Prototype
647647

648648
```c
649-
UINT fx_directory_first_full_entry_find(
649+
UINT fx_directory_information_get(
650650
FX_MEDIA *media_ptr,
651651
CHAR *directory_name,
652652
UINT *attributes,

0 commit comments

Comments
 (0)