indentation fixes

This commit is contained in:
Robin Müller 2021-10-11 16:12:32 +02:00
parent 306a4b647f
commit bb9ae86159
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

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