diff options
author | PA4WDH | 2023-05-24 19:40:18 +0200 |
---|---|---|
committer | PA4WDH | 2023-05-24 19:40:18 +0200 |
commit | 75dff2c5475ee221a00fd838b590e9f54087ad98 (patch) | |
tree | bfba78c97b1401e29654526a79451fe3a9987487 | |
parent | Fixes in README.html (diff) | |
download | cputemp2maxfreq-75dff2c5475ee221a00fd838b590e9f54087ad98.tar.gz cputemp2maxfreq-75dff2c5475ee221a00fd838b590e9f54087ad98.tar.bz2 cputemp2maxfreq-75dff2c5475ee221a00fd838b590e9f54087ad98.zip |
Fix typo in CSV header
-rw-r--r-- | logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ void csvlog_init() "\"CPU Maximum frequency\"," "\"CPU Current frequency\"," "\"CPU Temperature\"," - "\"Target temperature\"," + "\"Target Temperature\"," "\"Scaling maximum frequency\"\n",config.csvfile); } else { DEBUG1_LOG("Appending to CSV file\n"); |