From 6095fc710c244cb2af94ea03b94e15fd4161e48b Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Thu, 5 Jun 2025 03:07:44 +1000 Subject: [PATCH] Update rcS - fix trivial typo (#24963) --- ROMFS/px4fmu_common/init.d/rcS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index f182d31eff..a22cb9c734 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -39,7 +39,7 @@ set VEHICLE_TYPE none # Airframe parameter versioning # Value set to 1 by default but can optionally be overridden in the airframe configuration startup script. # Airframe maintainers can ensure a reset to the airframe defaults during an update by increasing by one. -# e.g. add line "set PARAM_DEFAULTS_VER 2" in your airframe file to build the first update that enfoces a reset. +# e.g. add line "set PARAM_DEFAULTS_VER 2" in your airframe file to build the first update that enforces a reset. set PARAM_DEFAULTS_VER 1 #