Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Sep 7, 2023
1 parent 2dea4ce commit e855845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .idea/cmake.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hw/bsp/samd21/boards/cynthion_d21/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ function(update_board TARGET)
CFG_EXAMPLE_VIDEO_READONLY
)
target_link_options(${TARGET} PUBLIC
--defsym=BOOTLOADER_SIZE=0x800
"LINKER:--defsym=BOOTLOADER_SIZE=0x800"
)
endfunction()

0 comments on commit e855845

Please sign in to comment.