Skip to content

Commit

Permalink
Fix types of base object
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed May 30, 2013
1 parent 9a44ecb commit f3ded1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
5 changes: 2 additions & 3 deletions groundstation/objects/base_object.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
enum GizmoType {
REQUEST = 0;
RESPONSE = 1;
NOTIFICATION = 2;
ROOT = 0;
UPDATE = 1;
}
message BaseObject {
required GizmoType type = 15;
Expand Down
17 changes: 6 additions & 11 deletions groundstation/objects/base_object_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3ded1d

Please sign in to comment.