1
0
forked from fsfw/fsfw

enum members renamed, global vars static now

This commit is contained in:
2021-01-08 20:55:36 +01:00
parent 7c47b1ce34
commit 12091ca6ab
2 changed files with 19 additions and 19 deletions

View File

@ -7,10 +7,10 @@ namespace fsfw {
enum PrintLevel {
NONE = 0,
//! Strange error when using just ERROR..
ERROR_TYPE = 1,
WARNING = 2,
INFO = 3,
DEBUG = 4
ERROR_LEVEL = 1,
WARNING_LEVEL = 2,
INFO_LEVEL = 3,
DEBUG_LEVEL = 4
};
/**