1
0
forked from fsfw/fsfw

include guards improved

This commit is contained in:
2020-08-28 18:45:19 +02:00
parent 1b9c8446b7
commit b6a19f911d
7 changed files with 23 additions and 23 deletions

View File

@ -1,5 +1,5 @@
#ifndef HASPARAMETERSIF_H_
#define HASPARAMETERSIF_H_
#ifndef FSFW_PARAMETERS_HASPARAMETERSIF_H_
#define FSFW_PARAMETERS_HASPARAMETERSIF_H_
#include "../parameters/ParameterWrapper.h"
#include "../returnvalues/HasReturnvaluesIF.h"
@ -64,4 +64,4 @@ public:
const ParameterWrapper *newValues, uint16_t startAtIndex) = 0;
};
#endif /* HASPARAMETERSIF_H_ */
#endif /* FSFW_PARAMETERS_HASPARAMETERSIF_H_ */