Skip to content
Snippets Groups Projects
Commit 22847e49 authored by Julian Oes's avatar Julian Oes
Browse files

param_shmem: fix style

parent 9cfffc97
No related branches found
No related tags found
No related merge requests found
......@@ -859,6 +859,7 @@ param_save_default(void)
// After writing the file, also do a fsync to prevent loosing params if power is cut.
res = fsync(fd);
if (res != 0) {
PX4_ERR("failed to do fsync: %s", strerror(errno));
goto exit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment