Colored prefix option only if colored output is enabled #449
Reference in New Issue
Block a user
Delete Branch "meier/ColeredDebugOutput"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -11,6 +11,8 @@#include "FreeRTOS.h"#include "queue.h"#include "FreeRTOS.h"double include
meier/ColeredDebugOutputto Colored prefix option only if colored output is enabled@@ -175,2 +174,2 @@this->colorPrefix = colorPrefix;}#if FSFW_COLORED_OUTPUT == 1void ServiceInterfaceBuffer::setAsciiColorPrefix(std::string colorPrefix) {Usually code in preprocessor defines has not been indented yet. I'd keep it consistent
@@ -4,3 +4,3 @@#include <fsfw/ipc/MessageQueueIF.h>#include <fsfw/ipc/MessageQueueMessage.h>#include <unittest/core/CatchDefinitions.h>#include <unittest/user/unittest/core/CatchDefinitions.h>I think this needs to remain
#include <unittest/core/CatchDefinitions.h>but I'd need to checkfsfw-testfor that again.. Unless you are sure this is the correct include, I'd leave it the old way