include order
This commit is contained in:
parent
717027792e
commit
087482300d
@ -1,10 +1,8 @@
|
|||||||
|
#include <FSFWConfig.h>
|
||||||
#include "ServiceInterfacePrinter.h"
|
#include "ServiceInterfacePrinter.h"
|
||||||
#include "serviceInterfaceDefintions.h"
|
#include "serviceInterfaceDefintions.h"
|
||||||
|
|
||||||
#include "../timemanager/Clock.h"
|
#include "../timemanager/Clock.h"
|
||||||
|
|
||||||
#include <FSFWConfig.h>
|
|
||||||
|
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
@ -13,7 +11,7 @@ fsfw::PrintLevel printLevel = fsfw::PrintLevel::DEBUG;
|
|||||||
uint8_t printBuffer[fsfwconfig::FSFW_PRINT_BUFFER_SIZE];
|
uint8_t printBuffer[fsfwconfig::FSFW_PRINT_BUFFER_SIZE];
|
||||||
|
|
||||||
void fsfwPrint(fsfw::PrintLevel printType, const char* fmt, va_list arg) {
|
void fsfwPrint(fsfw::PrintLevel printType, const char* fmt, va_list arg) {
|
||||||
uint32_t len = 0;
|
size_t len = 0;
|
||||||
char* bufferPosition = reinterpret_cast<char*>(printBuffer);
|
char* bufferPosition = reinterpret_cast<char*>(printBuffer);
|
||||||
|
|
||||||
/* Check logger level */
|
/* Check logger level */
|
||||||
|
Loading…
Reference in New Issue
Block a user