diff --git a/src/modules/systemlib/param/param_shmem.c b/src/modules/systemlib/param/param_shmem.c index 9f4e4a006d..44d96d7d3b 100644 --- a/src/modules/systemlib/param/param_shmem.c +++ b/src/modules/systemlib/param/param_shmem.c @@ -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);