diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-30 10:43:01 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-30 10:43:01 +0300 |
| commit | 4ebd2c0a636596be0e4a2b8eca87e79d17868207 (patch) | |
| tree | 9c326f7812470f49222b2be4922540f9eb12c73f /Software/PMR | |
| parent | 1c66febdea80e32eb82142dde8528a315b642774 (diff) | |
| parent | b91e38b4265ffe413d9b54aabb3e17d8cd150570 (diff) | |
| download | Tango-4ebd2c0a636596be0e4a2b8eca87e79d17868207.tar.gz Tango-4ebd2c0a636596be0e4a2b8eca87e79d17868207.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/Debugging/DebugDistributorType.proto | 2 | ||||
| -rw-r--r-- | Software/PMR/Messages/Debugging/StartDebugLogResponse.proto | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Debugging/DebugDistributorType.proto b/Software/PMR/Messages/Debugging/DebugDistributorType.proto index 4cf523dc4..c976afd5a 100644 --- a/Software/PMR/Messages/Debugging/DebugDistributorType.proto +++ b/Software/PMR/Messages/Debugging/DebugDistributorType.proto @@ -21,4 +21,6 @@ enum DebugDistributorType MaintFilter = 13; IFSFilter = 14; FilesFilter = 15; + I2CFilter = 16; + MotorFilter = 17; }
\ No newline at end of file diff --git a/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto b/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto index 6648604a1..09e238517 100644 --- a/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto +++ b/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto @@ -13,4 +13,5 @@ message StartDebugLogResponse uint32 Filter = 4; string Message = 5; uint32 ModuleId = 6; + uint32 Parameter = 7; }
\ No newline at end of file |
