renamed returnvalue header

This commit is contained in:
2022-08-16 12:48:22 +02:00
parent d2ac3603a5
commit 217276d50c
119 changed files with 127 additions and 127 deletions

View File

@ -1,5 +1,5 @@
#ifndef FSFW_RETURNVALUES_HASRETURNVALUESIF_H_
#define FSFW_RETURNVALUES_HASRETURNVALUESIF_H_
#ifndef FSFW_RETURNVALUES_RETURNVALUE_H_
#define FSFW_RETURNVALUES_RETURNVALUE_H_
#include <returnvalues/classIds.h>
@ -29,4 +29,4 @@ static constexpr ReturnValue_t makeCode(
}
#endif /* FSFW_RETURNVALUES_HASRETURNVALUESIF_H_ */
#endif /* FSFW_RETURNVALUES_RETURNVALUE_H_ */