new linux boardtest folder

This commit is contained in:
2021-02-14 19:22:58 +01:00
parent aa5690687a
commit 967618f687
12 changed files with 86 additions and 2 deletions

View File

@ -0,0 +1,8 @@
#include <linux/boardtest/UartTestClass.h>
UartTestClass::UartTestClass(object_id_t objectId): TestTask(objectId) {
}
ReturnValue_t UartTestClass::performPeriodicAction() {
return HasReturnvaluesIF::RETURN_OK;
}