Fix link error because of missing file "nrf_common.ld"

This commit is contained in:
Vojtěch Jirkovský 2020-06-17 23:32:56 +02:00
parent 3a49bbbae4
commit 34fd4c5cf3

View file

@ -534,6 +534,7 @@ include_directories(
)
link_directories(
../
)
@ -666,4 +667,4 @@ elseif(USE_OPENOCD)
COMMENT "flashing ${EXECUTABLE_NAME}.hex"
)
endif()
endif()