File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed
examples/library_examples/fatdrvce/fat_dir_tree/src Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 9696 - name : Checkout CEmu
9797 uses : actions/checkout@v4
9898 with :
99- repository : ${{github.repository_owner}} /CEmu
99+ repository : CE-Programming /CEmu
100100 ref : latest-stable
101101 path : ${{env.CEMU_PATH}}
102102 persist-credentials : false
Original file line number Diff line number Diff line change 9999 - name : Checkout CEmu
100100 uses : actions/checkout@v4
101101 with :
102- repository : ${{github.repository_owner}} /CEmu
102+ repository : CE-Programming /CEmu
103103 ref : latest-stable
104104 path : ${{env.CEMU_PATH}}
105105 persist-credentials : false
Original file line number Diff line number Diff line change @@ -241,22 +241,6 @@ int main(void)
241241
242242 printf ("file count: %u\n" , file_count );
243243 printf ("dir count: %u\n" , dir_count );
244-
245- /**
246- * Gets the next directory entry.
247- * @param dir[in] Initialized directory handle from fat_OpenDir().
248- * @param entry[out] Pointer to store entry information.
249- * @return Number of entries found.
250- */
251- fat_error_t fat_ReadDir (fat_dir_t * dir , fat_dir_entry_t * entry );
252-
253- /**
254- * Closes an open directory handle.
255- * @param dir[in] Directory handle.
256- * @return Number of entries found.
257- */
258- fat_error_t fat_CloseDir (fat_dir_t * dir );
259-
260244
261245fat_error :
262246 // close the filesystem
You can’t perform that action at this time.
0 commit comments