Fix for build

This commit is contained in:
Ken Van Hoeylandt 2026-07-25 14:54:31 +02:00
parent b3860a2640
commit 971dc3dcbe

View File

@ -15,7 +15,7 @@ extern "C" {
*/
struct FileMutex {
void (*lock)();
bool (*try_lock)(TickType_t timeout);
bool (*try_lock)(uint32_t timeout);
void (*unlock)();
};