diff options
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 |