From 06408b8a4ebc4f39eaf99f73f344fd86555b5063 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 4 Apr 2017 16:53:24 -0700 Subject: [PATCH] ROMFS: allow to run without sercon --- ROMFS/px4fmu_common/init.d/rcS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index a4908a1a74..a6d2d64a3f 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -38,7 +38,9 @@ mount -t procfs /proc # # Start CDC/ACM serial driver # -sercon +if sercon +then +fi # # Default to auto-start mode.