[v1.05] Print a tilde in case the freq was measured (indicating that this value is an approximation)

This commit is contained in:
Dr-Noob
2024-07-08 08:23:56 +01:00
parent 65378aaed9
commit e0095c303d
6 changed files with 24 additions and 8 deletions

View File

@@ -19,6 +19,7 @@
struct frequency* get_frequency_info(uint32_t core) {
struct frequency* freq = emalloc(sizeof(struct frequency));
freq->measured = false;
freq->base = UNKNOWN_DATA;
freq->max = get_max_freq_from_file(core);