continued

This commit is contained in:
Robin Müller 2021-07-29 13:07:07 +02:00
parent 55727accf5
commit 983ce045a9
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 4 additions and 2 deletions

View File

@ -123,9 +123,8 @@ if(NOT BUILD_WATCHDOG)
elseif(${TGT_BSP} MATCHES "arm/raspberrypi")
configure_file(${BSP_PATH}/boardconfig/rpiConfig.h.in rpiConfig.h)
endif()
else()
configure_file(${WATCHDOG_PATH}/watchdogConf.h.in watchdogConf.h)
endif()
configure_file(${WATCHDOG_PATH}/watchdogConf.h.in watchdogConf.h)
# Set common config path for FSFW
set(FSFW_ADDITIONAL_INC_PATHS

View File

@ -20,6 +20,9 @@ int obsw::obsw() {
FSFW_REVISION << "--" << std::endl;
std::cout << "-- " << __DATE__ << " " << __TIME__ << " --" << std::endl;
#if Q7S_CHECK_FOR_ALREADY_RUNNING_IMG == 1
// Check special file here
#endif
initmission::initMission();
for(;;) {