Rename elp cam dev to use hyphens instead of underscores

This commit is contained in:
2026-06-14 11:46:45 -04:00
parent 959229c2a0
commit 8d03dcf9b5
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ function(add_daps_target target_name)
set(depfile "${output_file}.d")
# Preprocess with -MD so #included .dapss files become build dependencies
# (e.g. body specs that #include ../elp_4k_usb_cam.dapss).
# (e.g. body specs that #include ../elp-4k-usb-cam.dapss).
add_custom_command(
OUTPUT ${output_file}
COMMAND "${CMAKE_C_COMPILER}"