mission and config folders added , make file is added

This commit is contained in:
2021-06-21 13:42:47 +02:00
parent caea75b0a8
commit 6a65c7af33
34 changed files with 1463 additions and 0 deletions

View File

@ -0,0 +1,20 @@
/*
* subsystemIdRanges.h
*
* Created on: Jul 27, 2018
* Author: gaisser
*/
#ifndef FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
#define FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
namespace SUBSYSTEM_ID {
enum {
DUMMY = 10,
//VISIBLE=11
//TODO: add your subsystem id for your device here
};
}
#endif /* FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_ */