1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/phydat: add unit permille in dump

This commit is contained in:
Gunar Schorcht 2020-02-28 13:24:30 +01:00
parent 23c5d34284
commit 4e77c7eb7b

View File

@ -97,6 +97,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_PERMILL: return "permille";
case UNIT_PPM: return "ppm";
case UNIT_PPB: return "ppb";
case UNIT_CD: return "cd";