aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/Diagnostics/BitResultStatus.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/PMR/Messages/Diagnostics/BitResultStatus.proto b/Software/PMR/Messages/Diagnostics/BitResultStatus.proto
index 4b7f921ac..bc4684e1c 100644
--- a/Software/PMR/Messages/Diagnostics/BitResultStatus.proto
+++ b/Software/PMR/Messages/Diagnostics/BitResultStatus.proto
@@ -5,7 +5,7 @@ option java_package = "com.twine.tango.pmr.diagnostics";
enum BitResultStatus
{
- Pending = 0;
+ Skipped = 0;
Passed = 1;
Failed = 2;
Warning = 3;