Robin Mueller
e5a4065055
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
7 lines
176 B
C++
7 lines
176 B
C++
#include "SusFdir.h"
|
|
|
|
#include <common/config/commonObjects.h>
|
|
|
|
SusFdir::SusFdir(object_id_t sensorId)
|
|
: DeviceHandlerFailureIsolation(sensorId, objects::SUS_BOARD_ASS) {}
|