Skip to content

Commit

Permalink
chore: fix casing in proto file to avoid regeneration (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardapeters authored Dec 19, 2023
1 parent 5f04bad commit b125e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ble/Gatt.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syntax = "proto3";
import "EchoAttributes.proto";

package gatt;
option java_package = "com.philips.emil.ProtobufEcho";
option java_package = "com.philips.emil.protobufEcho";
option java_outer_classname = "GattProto";

message DisServiceData
Expand Down

0 comments on commit b125e6b

Please sign in to comment.