refactoring for added unittests

This commit is contained in:
2021-09-29 10:52:36 +02:00
parent e4286d18d4
commit f61d0e83f0
13 changed files with 142 additions and 16 deletions

View File

@ -11,7 +11,7 @@
* Chose APID(s) for mission and define it here.
*/
namespace apid {
static const uint16_t DEFAULT_APID = 0x00;
static const uint16_t EIVE_OBSW = 0x65;
}