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
@@ -8,7 +8,7 @@ extern "C" {
|
||||
|
||||
typedef unsigned long TickType;
|
||||
|
||||
#define MAX_TICKS INT32_MAX
|
||||
#define TT_MAX_TICKS ((TickType)(~(TickType)0))
|
||||
|
||||
/**
|
||||
* Stall the current task for the specified amount of time.
|
||||
|
||||
Reference in New Issue
Block a user