diff options
| author | hathach <[email protected]> | 2023-09-07 17:20:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-07 17:20:07 +0700 |
| commit | d3c08ecc3ab53b5e1b4fbcb18eb2aab78a5b840e (patch) | |
| tree | ba07f8f90862b9eae8b9afe58492e1df6855654b | |
| parent | e8558458c41e65a3a5968524020f1dd9498599db (diff) | |
more ci fix
| -rw-r--r-- | hw/bsp/samd21/boards/cynthion_d21/board.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/samd21/boards/cynthion_d21/board.cmake b/hw/bsp/samd21/boards/cynthion_d21/board.cmake index 89e821edd..fb54b7561 100644 --- a/hw/bsp/samd21/boards/cynthion_d21/board.cmake +++ b/hw/bsp/samd21/boards/cynthion_d21/board.cmake @@ -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 |
