ekf2 replay: some cosmetics

This commit is contained in:
Roman
2016-04-05 09:21:26 +02:00
parent bd4a0e30de
commit 1ce99e3b96
2 changed files with 41 additions and 4 deletions
+4 -3
View File
@@ -14,6 +14,10 @@ echo program: $program
echo model: $model
echo build_path: $build_path
mkdir -p $build_path/src/firmware/posix/rootfs/fs/microsd
mkdir -p $build_path/src/firmware/posix/rootfs/eeprom
touch $build_path/src/firmware/posix/rootfs/eeprom/parameters
if [ "$chroot" == "1" ]
then
chroot_enabled=-c
@@ -95,9 +99,6 @@ then
fi
cd $build_path/src/firmware/posix
mkdir -p rootfs/fs/microsd
mkdir -p rootfs/eeprom
touch rootfs/eeprom/parameters
if [ "$logfile" != "" ]
then