mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 17:07:34 +08:00
VDev: Less verbose in header
This commit is contained in:
@@ -181,7 +181,7 @@ protected:
|
||||
*/
|
||||
void lock()
|
||||
{
|
||||
DEVICE_DEBUG("lock");
|
||||
//DEVICE_DEBUG("lock");
|
||||
do {} while (px4_sem_wait(&_lock) != 0);
|
||||
}
|
||||
|
||||
@@ -190,7 +190,7 @@ protected:
|
||||
*/
|
||||
void unlock()
|
||||
{
|
||||
DEVICE_DEBUG("unlock");
|
||||
//DEVICE_DEBUG("unlock");
|
||||
px4_sem_post(&_lock);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user