Add missing stm32f4discovery make targets

This commit is contained in:
lchish
2015-10-22 09:22:55 +13:00
committed by Lorenz Meier
parent 7c52e8b96f
commit 6e1f54e2ff
6 changed files with 103 additions and 15 deletions
@@ -129,18 +129,6 @@ stm32_boardinitialize(void)
#include <math.h>
#ifdef __cplusplus
__EXPORT int matherr(struct __exception *e)
{
return 1;
}
#else
__EXPORT int matherr(struct exception *e)
{
return 1;
}
#endif
__EXPORT int nsh_archinitialize(void)
{
+1 -1
View File
@@ -51,7 +51,7 @@ if(NOT ${BOARD} STREQUAL "sim")
)
if (config_io_board)
add_dependencies(romfs fw_io)
endif()
endif()
set(fw_file
${CMAKE_CURRENT_BINARY_DIR}/${OS}-${BOARD}-${LABEL}.px4)