updated init mission of hosted bsp

and executed lwGPS test
This commit is contained in:
2021-02-27 21:39:32 +01:00
parent da30b270c4
commit 02ac9b1fa5
9 changed files with 163 additions and 107 deletions

View File

@ -0,0 +1,3 @@
target_include_directories(${TARGET_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
)

View File

@ -0,0 +1,7 @@
#ifndef COMMON_CONFIG_COMMONCONFIG_H_
#define COMMON_CONFIG_COMMONCONFIG_H_
#define OBSW_ADD_LWGPS_TEST 0
#endif /* COMMON_CONFIG_COMMONCONFIG_H_ */