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 96
96
- name : Checkout CEmu
97
97
uses : actions/checkout@v4
98
98
with :
99
- repository : ${{github.repository_owner}} /CEmu
99
+ repository : CE-Programming /CEmu
100
100
ref : latest-stable
101
101
path : ${{env.CEMU_PATH}}
102
102
persist-credentials : false
Original file line number Diff line number Diff line change 99
99
- name : Checkout CEmu
100
100
uses : actions/checkout@v4
101
101
with :
102
- repository : ${{github.repository_owner}} /CEmu
102
+ repository : CE-Programming /CEmu
103
103
ref : latest-stable
104
104
path : ${{env.CEMU_PATH}}
105
105
persist-credentials : false
Original file line number Diff line number Diff line change @@ -241,22 +241,6 @@ int main(void)
241
241
242
242
printf ("file count: %u\n" , file_count );
243
243
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
-
260
244
261
245
fat_error :
262
246
// close the filesystem
You can’t perform that action at this time.
0 commit comments