Implement Nibble > Update UnitConverterDataConstants.h

This commit is contained in:
Ʋ 2023-09-11 16:30:04 -04:00 committed by GitHub
commit ee51c6ef6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,6 +165,7 @@ namespace CalculatorApp
Data_Zetabytes = UnitStart + 164,
Area_Pyeong = UnitStart + 165,
Energy_Kilowatthour = UnitStart + 166,
Data_Nibble = UnitStart + 167,
UnitEnd = Energy_Kilowatthour
};
}