cpu_freq: Simplify with E-notation

Thanks to the FRIGN
This commit is contained in:
Aaron Marcher 2018-07-07 10:56:10 +02:00
parent e20b50112e
commit c2492c3f99
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
return NULL;
}
return fmt_human(freq * 1000 * 1000, 1000);
return fmt_human(freq * 1E6, 1000);
}
const char *