Merge branch 'raspi-support' of ssh://git.intern.spaceteamaachen.de:22222/ALPAKA/sta-core into raspi-support

This commit is contained in:
Dario
2023-08-14 21:08:23 +01:00
9 changed files with 60 additions and 51 deletions

View File

@@ -75,7 +75,7 @@ namespace sta
/**
* @returns true if the interface has been aquired.
*/
bool isAquired();
bool isAcquired();
private:
Mutex * mutex_;
bool acquired_ = false;