Change 1 to true to avoid bash error

This commit is contained in:
Xianjun Jiao 2025-04-15 18:52:53 +01:00
parent 08b49e16cc
commit b4e4e6761c

View File

@ -40,7 +40,7 @@ if [ -f "$fpga_img_filename" ]; then
echo $fpga_img_filename_core > /sys/class/fpga_manager/fpga0/firmware
fi
if 1; then # only AD9361 RF need reset/re-connect currently
if true; then # only AD9361 RF need reset/re-connect currently
# insmod ad9361_drv.ko
# sleep 1