Skip to content
Snippets Groups Projects
Commit abc1c483 authored by Adam Wujek's avatar Adam Wujek
Browse files

userspace/host_tools/gen_kconfig_sfp_fiber: fix syntax error


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent ffe005ed
Branches
Tags
No related merge requests found
......@@ -63,7 +63,7 @@ function print_sfp_entry() {
depends="$depends N_SFP_ENTRIES=$i"
done
echo -e "\tdepends on $depends" >>$OUTPUT_FILE
echo -e "\tdefault \"${sfp_params[$idSfp]]}\"" >>$OUTPUT_FILE
echo -e "\tdefault \"${sfp_params[$idSfp]}\"" >>$OUTPUT_FILE
echo -e "\thelp" >>$OUTPUT_FILE
echo -e "\tThis parameter, and the following ones, are used to" >>$OUTPUT_FILE
echo -e "\tconfigure the timing parameters of a specific SFP" >>$OUTPUT_FILE
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment