summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-30 15:55:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-30 15:55:46 +0000
commita87442730662d57f99b7ed725ffc368e05d2be81 (patch)
tree30b10bd304f5207369d2956c3a5e9bee6e453726 /c/src/lib/libbsp
parentclicks_per_usec had to be cut in half (unknown reason). (diff)
downloadrtems-a87442730662d57f99b7ed725ffc368e05d2be81.tar.bz2
Made Debug defination a null routine.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/include/bsp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
index 0e91696eac..5bb9e4c1ce 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
@@ -33,11 +33,16 @@ extern "C" {
#include <dmv170.h>
+#if 0
#define Enable_Debug() \
DMV170_WRITE( 0xffffbd0c, 0 )
#define Debug_Entry( num ) \
DMV170_WRITE( 0xffffbd06, num )
+#else
+#define Enable_Debug()
+#define Debug_Entry( num )
+#endif
/*
* The following macro calculates the Baud constant. For the Z8530 chip.