Skip to content
Snippets Groups Projects
Unverified Commit df16e7d5 authored by Koen Zandberg's avatar Koen Zandberg
Browse files

phydat: Add parts per million unit

parent 2d6f34d1
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ const char *phydat_unit_to_str(uint8_t unit) ...@@ -89,6 +89,7 @@ const char *phydat_unit_to_str(uint8_t unit)
case UNIT_GS: return "Gs"; case UNIT_GS: return "Gs";
case UNIT_BAR: return "Bar"; case UNIT_BAR: return "Bar";
case UNIT_PA: return "Pa"; case UNIT_PA: return "Pa";
case UNIT_PPM: return "ppm";
case UNIT_CD: return "cd"; case UNIT_CD: return "cd";
case UNIT_PERCENT: return "%"; case UNIT_PERCENT: return "%";
default: return ""; default: return "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment