console portal jump

This commit is contained in:
Ondřej Novák 2025-02-04 21:47:40 +01:00
parent ce3e42f66b
commit 93caf370e4
4 changed files with 106 additions and 9 deletions

View file

@ -86,7 +86,8 @@ void sleep_ms(uint32_t);
typedef enum {
file_type_normal = 1,
file_type_directory = 2,
file_type_dot = 4
file_type_dot = 4,
file_type_just_name = 8
} LIST_FILE_TYPE;
typedef int (*LIST_FILES_CALLBACK)(const char *, LIST_FILE_TYPE , size_t, void *);