Skip to content

Commit

Permalink
Fix quotes for TirePressureUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored and jdacoello committed Feb 15, 2023
1 parent 9680e49 commit fce40fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Cabin/Infotainment.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ HMI.TemperatureUnit:
HMI.TirePressureUnit:
datatype: string
type: actuator
allowed: [PSI’, ‘KPA’, ’BAR]
description: Tire pressure unit used in the current HMI
allowed: ['PSI', 'KPA', 'BAR']
description: Tire pressure unit used in the current HMI


HMI.Brightness:
Expand Down

0 comments on commit fce40fe

Please sign in to comment.