From f47ea91e2d1b04aea2c23f40c98801e948d7a950 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Mon, 26 Aug 2024 19:56:17 +0200 Subject: Add more compiler warnings --- sysfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysfs.h') diff --git a/sysfs.h b/sysfs.h index 3acecc9..68ff808 100644 --- a/sysfs.h +++ b/sysfs.h @@ -3,6 +3,6 @@ int sysfs_read_str(char *sysfs_file,char *buf,size_t bufsize); long int sysfs_read_long_int(char *sysfs_file); -int sysfs_write_str(char *sysfs_file,char *value,int checkdelay); +int sysfs_write_str(char *sysfs_file,char *value,long int checkdelay); #endif -- cgit v1.2.3