Skip to content

Commit

Permalink
Fix quotes for TirePressureUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Dec 21, 2022
1 parent 7589f7a commit 8da73b8
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 8da73b8

Please sign in to comment.