param_shmem: remove debug noise

This commit is contained in:
Julian Oes 2016-02-09 16:47:14 +01:00
parent 98a6facd55
commit 4b2be9c9d4
1 changed files with 1 additions and 1 deletions

View File

@ -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);