mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
shmem_qurt: remove leftover printf
This commit is contained in:
parent
022ced3648
commit
ef8d074e23
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user