indentation fixes

This commit is contained in:
2021-10-11 16:12:32 +02:00
parent 306a4b647f
commit bb9ae86159

View File

@ -14,7 +14,7 @@
//! Can be used to completely disable printouts, even the C stdio ones.
#if FSFW_CPP_OSTREAM_ENABLED == 0 && FSFW_VERBOSE_LEVEL == 0
#define FSFW_DISABLE_PRINTOUT 0
#define FSFW_DISABLE_PRINTOUT 1
#endif
#define FSFW_USE_PUS_C_TELEMETRY 1