disabled fsfw cpp ostream again

This commit is contained in:
Jakob Meier 2024-03-27 12:11:42 +01:00
parent ede89de552
commit 383995939c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
//! Used to determine whether C++ ostreams are used which can increase
//! the binary size significantly. If this is disabled,
//! the C stdio functions can be used alternatively
#define FSFW_CPP_OSTREAM_ENABLED 0
#define FSFW_CPP_OSTREAM_ENABLED 1
//! More FSFW related printouts depending on level. Useful for development.
#define FSFW_VERBOSE_LEVEL 1