mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
shmem_qurt: remove leftover printf
This commit is contained in:
@@ -105,7 +105,6 @@ int get_shmem_lock(const char *caller_file_name, int caller_line_number)
|
||||
void release_shmem_lock(void)
|
||||
{
|
||||
// TODO: don't do this either
|
||||
PX4_INFO("unlocking");
|
||||
return;
|
||||
|
||||
unsigned char *lock = (unsigned char *)(MAP_ADDRESS + LOCK_OFFSET);
|
||||
|
||||
Reference in New Issue
Block a user