param: comment what the lock is needed for

This commit is contained in:
Beat Küng
2017-02-17 10:39:52 +01:00
committed by Lorenz Meier
parent b4b5c987a6
commit a4050db766
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ static void param_set_used_internal(param_t param);
static param_t param_find_internal(const char *name, bool notification);
static px4_sem_t param_sem;
static px4_sem_t param_sem; ///< this protects against concurrent access to param_values and param save
/** lock the parameter store */
static void
+1 -1
View File
@@ -165,7 +165,7 @@ static void param_set_used_internal(param_t param);
static param_t param_find_internal(const char *name, bool notification);
static px4_sem_t param_sem;
static px4_sem_t param_sem; ///< this protects against concurrent access to param_values and param save
/** lock the parameter store */
static void