updated defaultconfig

This commit is contained in:
Robin Müller 2021-01-12 20:54:52 +01:00
parent 59b4f50c1c
commit b637f03389

View File

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