diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-06 13:48:54 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-06 13:48:54 +0300 |
| commit | 551ca57984c369ce6084a612c8def44e2dbc3cc8 (patch) | |
| tree | 021868a54f14d86878bf7cd01cf64944eae6ee10 /Software/PMR/Messages/Debugging/StartDebugLogRequest.proto | |
| parent | c083d9ef9bafe0c15b7b16729c1d42833ce8cd2b (diff) | |
| download | Tango-551ca57984c369ce6084a612c8def44e2dbc3cc8.tar.gz Tango-551ca57984c369ce6084a612c8def44e2dbc3cc8.zip | |
Redundant.
Diffstat (limited to 'Software/PMR/Messages/Debugging/StartDebugLogRequest.proto')
| -rw-r--r-- | Software/PMR/Messages/Debugging/StartDebugLogRequest.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Debugging/StartDebugLogRequest.proto b/Software/PMR/Messages/Debugging/StartDebugLogRequest.proto new file mode 100644 index 000000000..cee914ea3 --- /dev/null +++ b/Software/PMR/Messages/Debugging/StartDebugLogRequest.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package Tango.PMR.Debugging; +option java_package = "com.twine.tango.pmr.debugging"; + +message DebugLogRequest +{ + +}
\ No newline at end of file |
