mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
Fix for build
This commit is contained in:
parent
b3860a2640
commit
971dc3dcbe
@ -15,7 +15,7 @@ extern "C" {
|
||||
*/
|
||||
struct FileMutex {
|
||||
void (*lock)();
|
||||
bool (*try_lock)(TickType_t timeout);
|
||||
bool (*try_lock)(uint32_t timeout);
|
||||
void (*unlock)();
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user