Do not exit on error when dumping battery information
This commit is contained in:
parent
a1de5983df
commit
7b30477009
@ -99,9 +99,9 @@ void battery_debug(void) {
|
|||||||
err = smbus_read(A, V, &data); \
|
err = smbus_read(A, V, &data); \
|
||||||
if (err) { \
|
if (err) { \
|
||||||
printf("ERROR %02X\n", err); \
|
printf("ERROR %02X\n", err); \
|
||||||
return; \
|
} else { \
|
||||||
} \
|
|
||||||
printf("%04X\n", data); \
|
printf("%04X\n", data); \
|
||||||
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Battery:\n");
|
printf("Battery:\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user