From 1e59a592a6a41a65e9e69814ae3d8cb62a061367 Mon Sep 17 00:00:00 2001 From: px4dev Date: Tue, 9 Oct 2012 22:45:36 -0700 Subject: Split the parameter load/save commands out of the 'eeprom' command, since that's not really the obvious place for them. Add parameter printing functionality (though, it's a mess due to %f being busted) Update the script examples to use the new command. --- apps/systemcmds/bl_update/bl_update.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/systemcmds/bl_update/bl_update.c') diff --git a/apps/systemcmds/bl_update/bl_update.c b/apps/systemcmds/bl_update/bl_update.c index ac3e93be1..752c01986 100644 --- a/apps/systemcmds/bl_update/bl_update.c +++ b/apps/systemcmds/bl_update/bl_update.c @@ -51,7 +51,6 @@ #include #include "systemlib/systemlib.h" -#include "systemlib/param/param.h" #include "systemlib/err.h" __EXPORT int bl_update_main(int argc, char *argv[]); -- cgit v1.2.3