fsfw/osal/linux/InternalErrorCodes.cpp

15 lines
278 B
C++
Raw Normal View History

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