aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-05-30 09:08:21 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-05-30 09:08:21 +0300
commit3bc21342ac5b8b9c920e043201da37f360f599e5 (patch)
tree95840c8af14f356ba01f537e77210a20bc3e6402 /Software
parent3da865d36b8a798410150cabf7a7a7843c5d1d5e (diff)
downloadTango-3bc21342ac5b8b9c920e043201da37f360f599e5.tar.gz
Tango-3bc21342ac5b8b9c920e043201da37f360f599e5.zip
Added JOB_IN_PROGRESS error code to PMR.
Diffstat (limited to 'Software')
-rw-r--r--Software/PMR/Messages/Common/ErrorCode.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Common/ErrorCode.proto b/Software/PMR/Messages/Common/ErrorCode.proto
index 7121516cb..0569a7f3d 100644
--- a/Software/PMR/Messages/Common/ErrorCode.proto
+++ b/Software/PMR/Messages/Common/ErrorCode.proto
@@ -60,6 +60,7 @@ enum ErrorCode
JOB_NO_ALARM_FILE = 2016;
JOB_FILE_PROBLEM = 2017;
JOB_WASTE_HANDLING_PROBLEM = 2018;
+ JOB_IN_PROGRESS = 2019;
//power up
POWER_UP_NO_CFG_FILE = 3000;