From 247032188fe1bb46120bdcfc73865b91c6269488 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Tue, 19 Mar 2024 14:26:34 +0800 Subject: [PATCH] Updated. --- rtos-docs/filex/chapter4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtos-docs/filex/chapter4.md b/rtos-docs/filex/chapter4.md index 832ab29..237783d 100644 --- a/rtos-docs/filex/chapter4.md +++ b/rtos-docs/filex/chapter4.md @@ -5160,7 +5160,7 @@ Creates a Unicode-named directory. ### Prototype ```c -UINT ( +UINT fx_unicode_directory_create( FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length,