fsfw/osal/linux/InternalErrorCodes.cpp

15 lines
292 B
C++
Raw Normal View History

2020-08-18 13:09:15 +02:00
#include "../../osal/InternalErrorCodes.h"
ReturnValue_t InternalErrorCodes::translate(uint8_t code) {
//TODO This class can be removed
return HasReturnvaluesIF::RETURN_FAILED;
}
InternalErrorCodes::InternalErrorCodes() {
}
InternalErrorCodes::~InternalErrorCodes() {
}