Minor fix to comment style.
Use a separate block for HVAC properties comments since we will use the first line as description for the property and hvac fan speed description will not be correct. Test: None Bug: 288331747 Change-Id: Ie6518dec394a3d9c90bd2cb5b38939a2cdd7cccf
This commit is contained in:
parent
4ea2dbc27b
commit
52c0a3dd9d
1 changed files with 3 additions and 2 deletions
|
@ -696,8 +696,9 @@ enum VehicleProperty {
|
|||
* and passenger side, an alternative mapping would be:
|
||||
* - ROW_1_LEFT
|
||||
* - ROW_1_RIGHT
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Fan speed setting
|
||||
*
|
||||
* The maxInt32Value and minInt32Value in VehicleAreaConfig must be defined.
|
||||
|
|
Loading…
Reference in a new issue