Skip to content

Commit

Permalink
build/scripts: fix muxonmux driver symbol not being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Sep 1, 2023
1 parent e7be7f0 commit 4c7766b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gen/target/analog_inputs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ then
} >> "$out_cmakelists"
elif [[ $analog_in_type == "muxonmux" ]]
then
printf "%s\n" "list(APPEND $cmake_defines_var PROJECT_TARGET_DRIVER_ANALOG_INPUT_MUXONMUX)" >> "$out_cmakelists"

port=$($yaml_parser "$yaml_file" analog.pins.controller.z.port)
index=$($yaml_parser "$yaml_file" analog.pins.controller.z.index)

Expand Down

0 comments on commit 4c7766b

Please sign in to comment.