Default Configuration #243

Merged
gaisser merged 22 commits from KSat/fsfw:mueller/defaultcfg into master 2020-11-02 15:09:59 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 29a796ebdb - Show all commits

View File

@ -1,7 +1,7 @@
#ifndef CONFIG_FSFWCONFIG_H_
#define CONFIG_FSFWCONFIG_H_
#include "version.h"
#include <FSFWVersion.h>
//! Used to determine whether C++ ostreams are used
//! Those can lead to code bloat.

View File

@ -1,6 +1,8 @@
#ifndef CONFIG_OBSWCONFIG_H_
#define CONFIG_OBSWCONFIG_H_
#include "OBSWVersion.h"
#ifdef __cplusplus
namespace config {
#endif