1
0
forked from fsfw/fsfw

distrinction between default settings

and individual settings for service
This commit is contained in:
2020-07-09 20:04:49 +02:00
parent ad049cc634
commit 57418eb877
3 changed files with 15 additions and 4 deletions

View File

@ -1048,6 +1048,7 @@ private:
/** Cached for initialize() */
static object_id_t defaultHkDestination;
/** HK destination can also be set individually */
object_id_t hkDestination = objects::NO_OBJECT;
/**