diff options
| -rw-r--r-- | inahwmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ static int ina260_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long *val) { + *val=5; return 0; } |
![]() |
index : ina260-sysfs-driver.git | |
| Driver for ina260 (sysfs) |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | inahwmon.c | 1 |
@@ -7,6 +7,7 @@ static int ina260_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long *val) { + *val=5; return 0; } |