aboutsummaryrefslogtreecommitdiff
path: root/apps/commander/commander.c
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-11-09 16:05:14 +0100
committerLorenz Meier <lm@inf.ethz.ch>2012-11-09 16:05:14 +0100
commitb48fc5362c9200b70bbbc17fcab195384dad9fa9 (patch)
tree4718b12aff9b2a64b201f91dbfd45fa56c6a1f27 /apps/commander/commander.c
parent50558d5cb7b76b649dbb9c1b2dbfa49550c340d2 (diff)
downloadpx4-firmware-b48fc5362c9200b70bbbc17fcab195384dad9fa9.tar.gz
px4-firmware-b48fc5362c9200b70bbbc17fcab195384dad9fa9.tar.bz2
px4-firmware-b48fc5362c9200b70bbbc17fcab195384dad9fa9.zip
Minor cleanup of leftover function definition
Diffstat (limited to 'apps/commander/commander.c')
-rw-r--r--apps/commander/commander.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/commander/commander.c b/apps/commander/commander.c
index 9dbdf49e2..2b59f709a 100644
--- a/apps/commander/commander.c
+++ b/apps/commander/commander.c
@@ -149,7 +149,6 @@ static void led_deinit(void);
static int led_toggle(int led);
static int led_on(int led);
static int led_off(int led);
-static int pm_save_eeprom(bool only_unsaved);
static void do_gyro_calibration(int status_pub, struct vehicle_status_s *status);
static void do_mag_calibration(int status_pub, struct vehicle_status_s *status);
static void do_accel_calibration(int status_pub, struct vehicle_status_s *status);