switch to Recursive Mutex and non-blocking
This commit is contained in:
@ -19,6 +19,7 @@ typedef enum _SafetyState
|
||||
{
|
||||
SAFETY_NO_ERROR,
|
||||
SAFETY_SENSOR_ERROR,
|
||||
SAFETY_INTERNAL_ERROR
|
||||
} eSafetyState;
|
||||
|
||||
typedef sMeasurement (*GetSensorValue)();
|
||||
|
Reference in New Issue
Block a user