mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Fixes to make I2C work for SMT32
This commit is contained in:
@@ -75,10 +75,10 @@ namespace sta
|
||||
/**
|
||||
* @returns true if the interface has been aquired.
|
||||
*/
|
||||
bool isAquired();
|
||||
bool isAcquired();
|
||||
private:
|
||||
Mutex * mutex_;
|
||||
bool aquired_ = false;
|
||||
bool acquired_ = false;
|
||||
};
|
||||
} // namespace sta
|
||||
|
||||
|
Reference in New Issue
Block a user