Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Apr 14, 2024
1 parent 7a1d980 commit 0411974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmakes/sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ add_custom_target(

set(hex2bin_src ${H2B_SRC_DIR}/Hex2Bin.cpp)
set(intelhex_src ${H2B_SRC_DIR}/IntelHex.cpp)
set(parameters_src ${H2B_SRC_DIR}/ihex/parameters.cpp)
set(parameters_src ${H2B_SRC_DIR}/ihex/Parameters.cpp)
set(files_src ${H2B_SRC_DIR}/Files.cpp)
set(main_src ${H2B_SRC_DIR}/main.cpp)
set(main_test_src ${H2B_SRC_DIR}/main_test.cpp)
Expand Down

0 comments on commit 0411974

Please sign in to comment.