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:
parent
23c5d34284
commit
4e77c7eb7b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user