diff options
author | James Simon <jamsimox@amazon.com> | 2023-03-06 09:42:23 -0500 |
---|---|---|
committer | James Simon <jamsimox@amazon.com> | 2023-03-06 09:42:23 -0500 |
commit | e92aaf9131f8a4bfbc75aef3c3d966dff8d6efc5 (patch) | |
tree | b71ada1ba2f5636196b29580f063ef6c24fcc66b /src | |
parent | ad60a382dd7aa3e06420c52f4f6f8ad6711bb73d (diff) |
more build fixes
Signed-off-by: James Simon <jamsimox@amazon.com>
Change-Id: Ib2bbc732537e249664da2abb52154b5703c2841e
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/.DS_Store | bin | 6148 -> 6148 bytes | |||
-rw-r--r-- | src/main/proto/messages/VehiclePrecisionLocation.broto | 12 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/main/java/.DS_Store b/src/main/java/.DS_Store Binary files differindex 4f627a6..5008ddf 100644 --- a/src/main/java/.DS_Store +++ b/src/main/java/.DS_Store diff --git a/src/main/proto/messages/VehiclePrecisionLocation.broto b/src/main/proto/messages/VehiclePrecisionLocation.broto deleted file mode 100644 index 4366d31..0000000 --- a/src/main/proto/messages/VehiclePrecisionLocation.broto +++ /dev/null @@ -1,12 +0,0 @@ -syntax = "proto3"; - -package com.vehicle.messages; -// import "src/V2C/vspec.proto"; - -message getCurrentVehicleLocation { - string LowVoltageSystemState = 1; - - -} - - |