From 33ac1256efa467c310fd90edba0dcd39610c79a6 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Fri, 8 Apr 2011 10:42:47 +0000 Subject: [PATCH] Changed C++ comment to C style in part of file used by C --- motorApp/MotorSrc/asynMotorController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motorApp/MotorSrc/asynMotorController.h b/motorApp/MotorSrc/asynMotorController.h index 59e0e4df..bfd63161 100644 --- a/motorApp/MotorSrc/asynMotorController.h +++ b/motorApp/MotorSrc/asynMotorController.h @@ -52,7 +52,7 @@ #define motorStatusLowLimitString "MOTOR_STATUS_LOW_LIMIT" #define motorStatusHomedString "MOTOR_STATUS_HOMED" -// These are the per-controller parameters for profile moves (coordinated motion) +/* These are the per-controller parameters for profile moves (coordinated motion) */ #define profileNumAxesString "PROFILE_NUM_AXES" #define profileNumPointsString "PROFILE_NUM_POINTS" #define profileCurrentPointString "PROFILE_CURRENT_POINT" @@ -79,7 +79,7 @@ #define profileReadbackStatusString "PROFILE_READBACK_STATUS" #define profileReadbackMessageString "PROFILE_READBACK_MESSAGE" -// These are the per-axis parameters for profile moves +/* These are the per-axis parameters for profile moves */ #define profileUseAxisString "PROFILE_USE_AXIS" #define profilePositionsString "PROFILE_POSITIONS" #define profileReadbacksString "PROFILE_READBACKS"