diff options
author | PA4WDH | 2024-07-26 19:09:21 +0200 |
---|---|---|
committer | PA4WDH | 2024-07-26 19:09:21 +0200 |
commit | a4bd4af6221cd4825d8891f579e2ed571255b987 (patch) | |
tree | aa140225db10082a6d5b73b42039d72ba79ba308 /sysfs.c | |
parent | Only increase/decrease if the diff>1000 (diff) | |
download | cputemp2maxfreq-a4bd4af6221cd4825d8891f579e2ed571255b987.tar.gz cputemp2maxfreq-a4bd4af6221cd4825d8891f579e2ed571255b987.tar.bz2 cputemp2maxfreq-a4bd4af6221cd4825d8891f579e2ed571255b987.zip |
Fix more typos
Diffstat (limited to 'sysfs.c')
-rw-r--r-- | sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ int sysfs_write_str(char *sysfs_file,char *value,long int checkdelay) close(sysfs_handle); DEBUG2_SYSFS("Written %zd bytes\n",len); -// What if instructed to +// Wait if instructed to if (checkdelay>0) usleep(checkdelay); // Validate we actually set what we want to set |