diff options
Diffstat (limited to 'src/vcl/vcom.h')
-rw-r--r-- | src/vcl/vcom.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/vcl/vcom.h b/src/vcl/vcom.h index da9dc5f7bf4..9a78b718f8e 100644 --- a/src/vcl/vcom.h +++ b/src/vcl/vcom.h @@ -16,9 +16,10 @@ #ifndef included_vcom_h #define included_vcom_h -/* VCOM DEBUG flag. Setting this to 1 or 0 turns off - ASSERT & other debugging code. */ -#ifndef VCOM_DEBUG +#if (CLIB_DEBUG > 0) +/* Set VCOM_DEBUG 2 for connection debug, 3 for read/write debug output */ +#define VCOM_DEBUG 1 +#else #define VCOM_DEBUG 0 #endif |