Skip to content

Commit

Permalink
automation test final
Browse files Browse the repository at this point in the history
  • Loading branch information
kianwasabi committed Nov 26, 2023
1 parent 6e028fd commit dc5d8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion car_control/fidl/carcontrol.fdepl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define org.genivi.commonapi.someip.deployment for interface commonapi.CarControl
SomeIpAttributeReliable = true
}

method gearSelectionHeadUni {
method gearSelectionHeadUnit {
SomeIpMethodID = 4200
SomeIpReliable = true
in {
Expand Down
2 changes: 1 addition & 1 deletion car_control/fidl/carcontrol.fidl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface CarControl {
attribute String indicator readonly
attribute String gear readonly

method gearSelectionHeadUni {
method gearSelectionHeadUnit {
in {
String selectedGear
}
Expand Down

0 comments on commit dc5d8f0

Please sign in to comment.