diff options
author | dsouzahansenfrancis <hdsouza@crosschasm.com> | 2015-11-26 16:37:21 -0500 |
---|---|---|
committer | dsouzahansenfrancis <hdsouza@crosschasm.com> | 2015-11-26 16:37:21 -0500 |
commit | c40cf500680b4907d74c2a1c0705a3dbf99569fe (patch) | |
tree | 6bc4f1918a00c6bd50653b7190ebb4ea0cb20ddc /openxc.proto | |
parent | 33fa90a198a01427777a0e600270fa80f5bf7828 (diff) |
Added SD_MOUNT_STATUS command
Diffstat (limited to 'openxc.proto')
-rw-r--r-- | openxc.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openxc.proto b/openxc.proto index ec355e9b..7653212c 100644 --- a/openxc.proto +++ b/openxc.proto @@ -38,6 +38,7 @@ message ControlCommand { PREDEFINED_OBD2_REQUESTS = 7; MODEM_CONFIGURATION = 8; RTC_CONFIGURATION = 9; + SD_MOUNT_STATUS = 10; } optional Type type = 1; |