1
0
forked from fsfw/fsfw

added FSFW verbose level

This commit is contained in:
2021-01-12 20:53:30 +01:00
parent f9a8c3d35a
commit 59b4f50c1c
3 changed files with 12 additions and 6 deletions

View File

@ -9,8 +9,8 @@
//! the C stdio functions can be used alternatively
#define FSFW_CPP_OSTREAM_ENABLED 1
//! More FSFW related printouts. Useful for development.
#define FSFW_ENHANCED_PRINTOUT 0
//! More FSFW related printouts depending on level. Useful for development.
#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