fixed var name error

This commit is contained in:
MaximZaitsev
2016-08-19 15:00:41 +03:00
parent dc228680da
commit b1b41ef511
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@ package carkot;
message DebugRequest {
TYPE type = 1;
Type type = 1;
enum Type {
MEMORY_STATS = 0;
@@ -3,7 +3,7 @@ package carkot;
message TaskRequest {
TYPE protoBufType = 1;
Type type = 1;
enum Type {
DEBUG = 0;