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