Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bd35050 authored by Steven Moreland's avatar Steven Moreland
Browse files

Remove VehicleApPowerStateConfigFlag comment.

Since interface is unfrozen, removing comment.

Bug: 124382459
Test: N/A

Change-Id: I7cbae55f2d34c794be3d38d61181eda0d7dbaeac
parent 1d2cd434
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2215,7 +2215,7 @@ enum VehicleOilLevel : int32_t {
    ERROR = 4,
};

enum VehicleApPowerStateConfigFlag : int32_t /* NOTE: type is guessed */ {
enum VehicleApPowerStateConfigFlag : int32_t {
    /**
     * AP can enter deep sleep state. If not set, AP will always shutdown from
     * VehicleApPowerState#SHUTDOWN_PREPARE power state.