aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-10-12 11:35:29 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-10-12 11:35:29 +0300
commitbfd5d3735a22a8efab697a969d6ee2a276295359 (patch)
treeb159d485b1bdbb41c0dad1af0311a1f65d05832b /Software
parentab8d3770373d4644eb5a1754084446f1c5520024 (diff)
downloadTango-bfd5d3735a22a8efab697a969d6ee2a276295359.tar.gz
Tango-bfd5d3735a22a8efab697a969d6ee2a276295359.zip
fix progress
Diffstat (limited to 'Software')
-rw-r--r--Software/PMR/Messages/Stubs/ProgressRequest.proto3
-rw-r--r--Software/PMR/Messages/Stubs/ProgressResponse.proto1
2 files changed, 0 insertions, 4 deletions
diff --git a/Software/PMR/Messages/Stubs/ProgressRequest.proto b/Software/PMR/Messages/Stubs/ProgressRequest.proto
index add15a9d0..7ba54710b 100644
--- a/Software/PMR/Messages/Stubs/ProgressRequest.proto
+++ b/Software/PMR/Messages/Stubs/ProgressRequest.proto
@@ -7,7 +7,4 @@ message ProgressRequest
{
int32 Amount = 1;
int32 Delay = 2;
- uint32 Param1 = 3;
- uint32 Param2 = 4;
- uint32 Param3 = 5;
} \ No newline at end of file
diff --git a/Software/PMR/Messages/Stubs/ProgressResponse.proto b/Software/PMR/Messages/Stubs/ProgressResponse.proto
index f5bf0b462..554ab65f6 100644
--- a/Software/PMR/Messages/Stubs/ProgressResponse.proto
+++ b/Software/PMR/Messages/Stubs/ProgressResponse.proto
@@ -6,5 +6,4 @@ option java_package = "com.twine.tango.pmr.stubs";
message ProgressResponse
{
double Progress = 1;
- uint32 Info = 2;
} \ No newline at end of file