UAVCAN bootloaders split into separate repository (#7878)

This commit is contained in:
Daniel Agar
2017-09-04 13:33:02 -04:00
parent f641c1e15e
commit 474f216a0a
107 changed files with 157 additions and 18903 deletions

View File

@@ -42,4 +42,5 @@ add_custom_command(OUTPUT nsh_romfsimg.c
)
add_library(romfs STATIC nsh_romfsimg.c)
add_dependencies(romfs platforms__common)
set_target_properties(romfs PROPERTIES LINKER_LANGUAGE C)