Update make

This commit is contained in:
HiFiPhile
2023-10-31 21:09:58 +01:00
parent bf2e54e3d3
commit de02748504
10 changed files with 13 additions and 1 deletions

View File

@@ -6,5 +6,6 @@ set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/STM32F405RGTx_FLASH.ld)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
STM32F405xx
BOARD_TUD_RHPORT=0
)
endfunction()