added proposed changes
This commit is contained in:
parent
ebc9d99022
commit
3d80d5d036
@ -172,9 +172,9 @@ bool ServiceInterfaceBuffer::crAdditionEnabled() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if FSFW_COLORED_OUTPUT == 1
|
#if FSFW_COLORED_OUTPUT == 1
|
||||||
void ServiceInterfaceBuffer::setAsciiColorPrefix(std::string colorPrefix) {
|
void ServiceInterfaceBuffer::setAsciiColorPrefix(std::string colorPrefix) {
|
||||||
this->colorPrefix = colorPrefix;
|
this->colorPrefix = colorPrefix;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef UT699
|
#ifdef UT699
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <fsfw/ipc/MessageQueueIF.h>
|
#include <fsfw/ipc/MessageQueueIF.h>
|
||||||
#include <fsfw/ipc/MessageQueueMessage.h>
|
#include <fsfw/ipc/MessageQueueMessage.h>
|
||||||
#include <unittest/user/unittest/core/CatchDefinitions.h>
|
#include <unittest/core/CatchDefinitions.h>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
Loading…
Reference in New Issue
Block a user