aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/param/param.c
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-06-30 09:59:45 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-06-30 09:59:45 +0200
commit857b843d445f59f2dc393e4d5f879fc56f77a0e0 (patch)
treea5167e5c336b4f8fcb1550317c7e26da7bfedbfe /src/modules/systemlib/param/param.c
parent28a31708f98eefa4ceb04617f2da3dd7892c99fa (diff)
parent92adbe9216c96c53d1baa4eb1e14b4ede272c080 (diff)
downloadpx4-firmware-857b843d445f59f2dc393e4d5f879fc56f77a0e0.tar.gz
px4-firmware-857b843d445f59f2dc393e4d5f879fc56f77a0e0.tar.bz2
px4-firmware-857b843d445f59f2dc393e4d5f879fc56f77a0e0.zip
Merge pull request #1095 from DonLakeFlyer/CompilerWarnings
Fix compiler warnings
Diffstat (limited to 'src/modules/systemlib/param/param.c')
-rw-r--r--src/modules/systemlib/param/param.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/systemlib/param/param.c b/src/modules/systemlib/param/param.c
index 7a499ca72..e44e6cdb0 100644
--- a/src/modules/systemlib/param/param.c
+++ b/src/modules/systemlib/param/param.c
@@ -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)