From b7aa159b6ff9f54d0cc7fded0e61c983b42420b8 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 5 Aug 2011 19:26:57 +0000 Subject: [PATCH] Eliminate warning message. --- motorApp/MotorSrc/asynMotorController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/MotorSrc/asynMotorController.h b/motorApp/MotorSrc/asynMotorController.h index 8e8e2ba0..f0d0332c 100644 --- a/motorApp/MotorSrc/asynMotorController.h +++ b/motorApp/MotorSrc/asynMotorController.h @@ -106,7 +106,7 @@ enum ProfileTimeMode{ * corresponding MBBI records, but there is no way to check this */ enum ProfileBuildState{ PROFILE_BUILD_DONE, - PROFILE_BUILD_BUSY, + PROFILE_BUILD_BUSY }; enum ProfileExecuteState{