Merge "powerstats: add new EnergyConsumerType for camera"
This commit is contained in:
commit
72a3964894
2 changed files with 2 additions and 0 deletions
|
@ -40,4 +40,5 @@ enum EnergyConsumerType {
|
|||
GNSS = 4,
|
||||
MOBILE_RADIO = 5,
|
||||
WIFI = 6,
|
||||
CAMERA = 7,
|
||||
}
|
||||
|
|
|
@ -26,4 +26,5 @@ enum EnergyConsumerType {
|
|||
GNSS,
|
||||
MOBILE_RADIO,
|
||||
WIFI,
|
||||
CAMERA,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue