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

sys,phydat: add prefix hecto

This commit is contained in:
smlng 2017-06-19 11:18:27 +02:00
parent b0aaf8d1e2
commit 1cbbece41d

View File

@ -86,6 +86,7 @@ char phydat_scale_to_str(int8_t scale)
case -9: return 'n';
case -12: return 'p';
case -15: return 'f';
case 2: return 'h';
case 3: return 'k';
case 6: return 'M';
case 9: return 'G';