ctor fix
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-03-06 15:57:43 +01:00
parent f66777a23c
commit 3016683db3
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -2,7 +2,7 @@
#include <eive/objects.h> #include <eive/objects.h>
StrAssembly::StrAssembly(object_id_t objectId) { StrAssembly::StrAssembly(object_id_t objectId): AssemblyBase(objectId) {
ModeListEntry entry; ModeListEntry entry;
entry.setObject(objects::STAR_TRACKER); entry.setObject(objects::STAR_TRACKER);
entry.setMode(MODE_OFF); entry.setMode(MODE_OFF);