some linebreaks

This commit is contained in:
Robin Müller 2020-06-07 01:18:19 +02:00
parent 33cc8591dc
commit 3c80bdfefa
1 changed files with 4 additions and 2 deletions

View File

@ -20,9 +20,11 @@ private:
StorageManagerIF *storage = nullptr;
ReturnValue_t sendParameter(MessageQueueId_t to, uint32_t id, const ParameterWrapper *description);
ReturnValue_t sendParameter(MessageQueueId_t to, uint32_t id,
const ParameterWrapper *description);
void rejectCommand(MessageQueueId_t to, ReturnValue_t reason, Command_t initialCommand);
void rejectCommand(MessageQueueId_t to, ReturnValue_t reason,
Command_t initialCommand);
};
#endif /* PARAMETERHELPER_H_ */