X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d4fbe175e440c3e9de9b5468b85bf56daab62bff..4dc6e5f4f7bab0fa256fc11a74eddbac33d80f16:/tracing.h diff --git a/tracing.h b/tracing.h index f283465..57b8f7f 100644 --- a/tracing.h +++ b/tracing.h @@ -5,6 +5,10 @@ #define TRACE_CAT_CTRL "ctrl_mesg" #define TRACE_CAT_DATA "data_mesg" +#define TRACE_COLOR_COMP "1 0 0" // red +#define TRACE_COLOR_CTRL "0 1 0" // green +#define TRACE_COLOR_DATA "0 0 1" // blue + #endif // !TRACING_H // Local variables: