Merge pull request #36 from darnel/fix-ld

Fix link error because of missing file "nrf_common.ld"
main
JF002 2020-06-20 16:30:36 +07:00 committed by GitHub
commit c1cf9fdebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

@ -534,6 +534,7 @@ include_directories(
) )
link_directories( link_directories(
../
) )