Skip to content

Commit

Permalink
test worflow 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kianwasabi committed Nov 25, 2023
1 parent a4ac9ab commit ff4a106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions car_control/fidl/carcontrol.fidl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ interface CarControl {
version { major 0 minor 1 }

attribute String indicator readonly
attribute String gear readonly
attribute String gea readonly

method gearSelectionHeadUnit {
in {
String selectedGear
}
out {
Boolean accepte
Boolean accepted
}
}
}

0 comments on commit ff4a106

Please sign in to comment.