1
0
forked from fsfw/fsfw

mutex guard instead of helpe

This commit is contained in:
2021-03-09 11:30:00 +01:00
parent da2f594a00
commit cad302730e
8 changed files with 9 additions and 9 deletions

View File

@ -66,7 +66,7 @@ public:
/**
* The mutex handle can be accessed directly, for example to perform
* the lock with the #MutexHelper for a RAII compliant lock operation.
* the lock with the #MutexGuard for a RAII compliant lock operation.
* @return
*/
MutexIF* getMutexHandle() const;