X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/154e14a116d8937ffbab194594ba2b744fcc4330..131a59f87a95e3a3dc7a3cdb4f06fbcb66e826b3:/tracing.h?ds=inline 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: