Extend User IO, OS_GetDate for linux

This commit is contained in:
Krzosa Karol
2024-01-14 17:18:58 +01:00
parent bad74c2dcd
commit 2eb1bbdfd9
6 changed files with 37 additions and 13 deletions

View File

@@ -25,7 +25,6 @@ struct OS_Date {
uint32_t hour;
uint32_t minute;
uint32_t second;
uint32_t milliseconds;
};
typedef struct OS_FileIter OS_FileIter;