mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 10:10:34 +08:00
param_shmem: remove debug noise
This commit is contained in:
@@ -109,7 +109,7 @@ uint8_t *param_changed_storage = 0;
|
||||
int size_param_changed_storage_bytes = 0;
|
||||
const int bits_per_allocation_unit = (sizeof(*param_changed_storage) * 8);
|
||||
|
||||
#define ENABLE_SHMEM_DEBUG
|
||||
//#define ENABLE_SHMEM_DEBUG
|
||||
|
||||
extern int get_shmem_lock(void);
|
||||
extern void release_shmem_lock(void);
|
||||
|
||||
Reference in New Issue
Block a user