added first CMakeLists and fsfwconfig

This commit is contained in:
2021-07-16 11:10:39 +02:00
parent f8d969d7b4
commit 8bcae41e7e
14 changed files with 446 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#ifndef FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
#define FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
#include "commonSubsystemIds.h"
namespace SUBSYSTEM_ID {
enum subsystemId: uint8_t {
};
}
#endif /* FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_ */