Skip to content

Commit

Permalink
more ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Sep 7, 2023
1 parent e855845 commit d3c08ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/bsp/samd21/boards/cynthion_d21/board.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(JLINK_DEVICE ATSAMD21G18)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/${BOARD}.ld)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/samd21g18a_flash.ld)

function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
Expand Down

0 comments on commit d3c08ec

Please sign in to comment.