mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
Update sd card logic statment and comment.
This commit is contained in:
@@ -100,9 +100,9 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
if ver hwcmp CRAZYFLIE -o ver hwcmp AEROCORE2
|
||||
if ver hwcmp CRAZYFLIE AEROCORE2
|
||||
then
|
||||
# AEROCORE2 and CF2 shouldn't have an sd card.
|
||||
# AEROCORE2 shouldn't have an sd card and CF2 may optionally have an sd card.
|
||||
else
|
||||
# Run no SD alarm.
|
||||
if [ $LOG_FILE == /dev/null ]
|
||||
|
||||
Reference in New Issue
Block a user