hosted build working

This commit is contained in:
2020-09-30 20:52:51 +02:00
committed by Robin.Mueller
parent 63cb824623
commit acc5fdeab9
19 changed files with 673 additions and 7 deletions

8
config/FSFWConfig.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef CONFIG_FSFWCONFIG_H_
#define CONFIG_FSFWCONFIG_H_
#endif /* CONFIG_FSFWCONFIG_H_ */

View File

@ -1,5 +1,5 @@
#ifndef CONFIG_TMTC_SUBSYSTEMIDRANGES_H_
#define CONFIG_TMTC_SUBSYSTEMIDRANGES_H_
#ifndef CONFIG_EVENTS_SUBSYSTEMIDRANGES_H_
#define CONFIG_EVENTS_SUBSYSTEMIDRANGES_H_
#include <fsfw/events/fwSubsystemIdRanges.h>
#include <cstdint>
@ -31,4 +31,4 @@ enum: uint8_t {
};
}
#endif /* CONFIG_TMTC_SUBSYSTEMIDRANGES_H_ */
#endif /* CONFIG_EVENTS_SUBSYSTEMIDRANGES_H_ */