Skip to content

Commit

Permalink
SITL: fix parse error due to logging
Browse files Browse the repository at this point in the history
This fixes the error:
/px4_sitl_etc/init.d-posix/rcS.sim_udp: 26: [: =: unexpected operator
  • Loading branch information
mehmetkillioglu committed Dec 21, 2023
1 parent 0cf0572 commit 63e5611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d-posix/rcS
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
set VEHICLE_TYPE none
set LOGGER_ARGS ""
set LOGGER_BUF 1000

set SDCARD_AVAILABLE no
set RUN_MINIMAL_SHELL no

set SYS_AUTOSTART=0
Expand Down

0 comments on commit 63e5611

Please sign in to comment.