diff --git a/sys/phydat/phydat_str.c b/sys/phydat/phydat_str.c index 10e397133787699f276a257f3f2874071a899a12..894cf3c77cb20719bfa2bfca07f5da3feaad26d9 100644 --- a/sys/phydat/phydat_str.c +++ b/sys/phydat/phydat_str.c @@ -89,6 +89,7 @@ const char *phydat_unit_to_str(uint8_t unit) case UNIT_GS: return "Gs"; case UNIT_BAR: return "Bar"; case UNIT_PA: return "Pa"; + case UNIT_PPM: return "ppm"; case UNIT_CD: return "cd"; case UNIT_PERCENT: return "%"; default: return "";