From ad7b2e28a693e8f06a596e6c3a6eefd22334ae62 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 14 May 2001 19:45:42 +0000 Subject: [PATCH] - Debug messages added to motorRecord.c - Merged with R4.3 --- motorApp/MotorSrc/Makefile.Vx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/motorApp/MotorSrc/Makefile.Vx b/motorApp/MotorSrc/Makefile.Vx index 1dc545d1..4a552913 100644 --- a/motorApp/MotorSrc/Makefile.Vx +++ b/motorApp/MotorSrc/Makefile.Vx @@ -4,6 +4,12 @@ include $(TOP)/config/CONFIG_APP #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE +# The following are used for debugging messages. +#USR_CFLAGS += -DDEBUG +#USR_CXXFLAGS += -DDEBUG + +#USR_CFLAGS += -DDMR_SOFTMOTOR_MODS + # The following are required for all motor record configurations. SRCS.c += ../motorRecord.c ../motordevCom.c ../motordrvCom.c