Robin Mueller
e6d8d24cd5
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
6 lines
210 B
C++
6 lines
210 B
C++
#include <linux/boardtest/I2cTestClass.h>
|
|
|
|
I2cTestClass::I2cTestClass(object_id_t objectId) : TestTask(objectId) {}
|
|
|
|
ReturnValue_t I2cTestClass::performPeriodicAction() { return HasReturnvaluesIF::RETURN_OK; }
|