X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/4e922bca67d7cf4bc30a878cd7cd46d39fbe1573..163f27d1800fc613f521114ccd6b89ebf394746e:/tracing.h?ds=sidebyside 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: