fsfw/src/fsfw/cfdp/helpers.h
Robin Mueller 6f8ccf83e7
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
use singular enum names
2022-09-15 18:41:15 +02:00

12 lines
224 B
C++

#ifndef FSFW_EXAMPLE_HOSTED_HELPER_H
#define FSFW_EXAMPLE_HOSTED_HELPER_H
#include "definitions.h"
namespace cfdp {
const char* getConditionCodeString(cfdp::ConditionCode code);
}
#endif // FSFW_EXAMPLE_HOSTED_HELPER_H