Merge develop into main (#322)
- Fix crash in TactilityC - Improve MAX_TICKS implementation (and renamed to TT_MAX_TICKS)
This commit is contained in:
committed by
GitHub
parent
457c21ffd8
commit
63866fb371
@@ -22,7 +22,7 @@ public:
|
||||
tt_hal_display_driver_free(handle);
|
||||
}
|
||||
|
||||
bool lock(TickType timeout = MAX_TICKS) const {
|
||||
bool lock(TickType timeout = TT_MAX_TICKS) const {
|
||||
return tt_hal_display_driver_lock(handle, timeout);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user