Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

param_shmem sync with param #9293

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
param_shmem sync with param
dagar committed May 23, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 4c7d18bc5b8ba7dc8daf4eaab3efc1177b4729cc
2 changes: 1 addition & 1 deletion src/lib/parameters/param.c
Original file line number Diff line number Diff line change
@@ -1281,7 +1281,7 @@ param_import_internal(int fd, bool mark_saved)

if (bson_decoder_init_file(&decoder, fd, param_import_callback, &state)) {
PX4_ERR("decoder init failed");
return -ENODATA;
return PX4_ERROR;
}

state.mark_saved = mark_saved;
Loading