Fix compiler warnings

This commit is contained in:
Don Gagne
2014-06-29 17:47:24 -07:00
parent 28a31708f9
commit 92adbe9216
45 changed files with 163 additions and 207 deletions
-2
View File
@@ -96,8 +96,6 @@ ORB_DEFINE(parameter_update, struct parameter_update_s);
/** parameter update topic handle */
static orb_advert_t param_topic = -1;
static sem_t param_sem = { .semcount = 1 };
/** lock the parameter store */
static void
param_lock(void)