소스 검색

충돌 병합

ys-hwang 5 년 전
부모
커밋
60aec55e2f
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 1
      Dev/OHV/VehicleControlSystem/ControlLayer/Vehicle.cs
  2. 1 1
      Dev/OHV/VehicleControlSystem/VehicleControlSystem.csproj

+ 4 - 1
Dev/OHV/VehicleControlSystem/ControlLayer/Vehicle.cs

@@ -667,7 +667,10 @@ namespace VehicleControlSystem.ControlLayer
             else
                 result = this.refObjects.Clamp.Unlock_Sync();
 
-            if ( result != 0 )
+
+            result = 0;
+
+           if ( result != 0 )
             {
                 this.VehicleStateProperty = eVehicleState.Abnormal;
                 return result;

+ 1 - 1
Dev/OHV/VehicleControlSystem/VehicleControlSystem.csproj

@@ -18,7 +18,7 @@
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
     <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>TRACE;DEBUG;SIMULATION</DefineConstants>
+    <DefineConstants>TRACE;DEBUG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>