I2C Implementation (#84)
This commit is contained in:
committed by
GitHub
parent
881c8517bf
commit
d8731eaa17
@@ -36,7 +36,6 @@ Mutex::Mutex(MutexType type) : type(type) {
|
||||
}
|
||||
|
||||
tt_check(semaphore != nullptr);
|
||||
|
||||
}
|
||||
|
||||
Mutex::~Mutex() {
|
||||
|
||||
Reference in New Issue
Block a user