mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
ROMFS startup: Fix variable expansion for new NuttX scheme
This commit is contained in:
committed by
Lorenz Meier
parent
1e05520350
commit
9e2eac41ff
@@ -16,6 +16,6 @@ then
|
||||
set PX4IO_LIMIT 200
|
||||
fi
|
||||
|
||||
if px4io limit $PX4IO_LIMIT
|
||||
if px4io limit ${PX4IO_LIMIT}
|
||||
then
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user