Skip to content

Commit aaf90f4

Browse files
committed
Merge remote-tracking branch 'PeterC1965/whm-follow-up-part1' into whm-follow-up-part1
2 parents 88fe236 + 6353a8d commit aaf90f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/util/basic-types.h

+3
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ namespace chip {
3333
typedef uint8_t Percent;
3434
typedef uint16_t Percent100ths;
3535
typedef int64_t Energy_mWh;
36+
typedef int64_t Amperage_mA;
37+
typedef int64_t Power_mW;
38+
typedef int64_t Voltage_mV;
3639

3740
} // namespace chip

0 commit comments

Comments
 (0)