mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
White space fixes
This commit is contained in:
committed by
Lorenz Meier
parent
dd2fe5d42f
commit
dc8c6ea5e5
@@ -30,4 +30,3 @@ echo "Uploading $src_files..."
|
||||
|
||||
# Upload files
|
||||
scp -r $src_files ${user}@${host}:$last
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ include(cmake/configs/posix_sitl_default.cmake)
|
||||
set(config_sitl_rcS_dir
|
||||
posix-configs/SITL/init/inav
|
||||
)
|
||||
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
#include <nuttx/compiler.h>
|
||||
#include <nuttx/progmem.h>
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
@@ -943,7 +942,6 @@ int parameter_flashfs_alloc(flash_file_token_t token, uint8_t **buffer, size_t *
|
||||
rv = 0;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return rv;
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file flashparam.c
|
||||
*
|
||||
|
||||
@@ -335,5 +335,3 @@ private:
|
||||
#endif
|
||||
hrt_abstime _last_statistics_output;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user