aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Common/ErrorCode.proto
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-02-13 16:35:28 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-13 16:35:28 +0200
commitd5a5fd2813a98d97e0198342bbcc53df454c3e01 (patch)
tree8e3012262ba6417c3236d33a582df2d7ab0cd16a /Software/PMR/Messages/Common/ErrorCode.proto
parent2b1e86aeee219b236ba8cb33c5ebfa8bde89f14f (diff)
downloadTango-d5a5fd2813a98d97e0198342bbcc53df454c3e01.tar.gz
Tango-d5a5fd2813a98d97e0198342bbcc53df454c3e01.zip
Digital out.
Diffstat (limited to 'Software/PMR/Messages/Common/ErrorCode.proto')
-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 e0a9f36a8..5164c61a1 100644
--- a/Software/PMR/Messages/Common/ErrorCode.proto
+++ b/Software/PMR/Messages/Common/ErrorCode.proto
@@ -7,4 +7,5 @@ enum ErrorCode
{
NONE = 0;
BAD_CRC = 1;
+ INVALID_DIGITAL_PIN_NUMBER = 2; //Can be returned by SetDigitalOutResponse.
}