diff options
Diffstat (limited to 'sys/dev/hptmv/mvOs.h')
-rw-r--r-- | sys/dev/hptmv/mvOs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hptmv/mvOs.h b/sys/dev/hptmv/mvOs.h index ef78c94..510f790 100644 --- a/sys/dev/hptmv/mvOs.h +++ b/sys/dev/hptmv/mvOs.h @@ -28,7 +28,7 @@ #ifndef __INCmvOsBsdh #define __INCmvOsBsdh -#if DBG +#ifdef DBG #define MV_DEBUG_LOG #endif @@ -131,7 +131,7 @@ int mvLogMsg(MV_U8, MV_CHAR_PTR, ...); /************************************************************************* * Debug support *************************************************************************/ -#if DEBUG +#ifdef DEBUG #define HPT_ASSERT(x) do { if (!(x)) { \ printf("ASSERT fail at %s line %d", __FILE__, __LINE__); \ while (1); \ |