Skip to content

Commit

Permalink
Fix path to usb-dfu bootloader conf
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Nov 20, 2024
1 parent 6e57df2 commit 081382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ add_custom_target(

add_custom_target(
bootloader-dfu
COMMAND make --no-print-directory BOARD_CONF=board_conf/mmp11_with_expanders_conf.hh ${BOOTLOADER_TOOLCHAIN_OPT}
COMMAND make --no-print-directory BOARD_CONF=board_conf/mmp11_conf.hh ${BOOTLOADER_TOOLCHAIN_OPT}
COMMENT "Building DFU Bootloader"
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/bootloader/mp1-usb-dfu
VERBATIM
Expand Down

0 comments on commit 081382b

Please sign in to comment.