added proposed changes

This commit is contained in:
Jakob.Meier 2021-07-27 12:59:21 +02:00
parent ebc9d99022
commit 3d80d5d036
2 changed files with 4 additions and 4 deletions

View File

@ -172,9 +172,9 @@ bool ServiceInterfaceBuffer::crAdditionEnabled() const {
}
#if FSFW_COLORED_OUTPUT == 1
void ServiceInterfaceBuffer::setAsciiColorPrefix(std::string colorPrefix) {
this->colorPrefix = colorPrefix;
}
void ServiceInterfaceBuffer::setAsciiColorPrefix(std::string colorPrefix) {
this->colorPrefix = colorPrefix;
}
#endif
#ifdef UT699

View File

@ -3,7 +3,7 @@
#include <fsfw/ipc/MessageQueueIF.h>
#include <fsfw/ipc/MessageQueueMessage.h>
#include <unittest/user/unittest/core/CatchDefinitions.h>
#include <unittest/core/CatchDefinitions.h>
#include <cstring>
#include <queue>