Merge pull request #36 from darnel/fix-ld

Fix link error because of missing file "nrf_common.ld"
This commit is contained in:
JF002 2020-06-20 16:30:36 +02:00 committed by GitHub
commit c1cf9fdebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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