aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_lowbat.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/jo_lowbat.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/jo_lowbat.h b/src/jo_lowbat.h
index ddc6679..b39243e 100644
--- a/src/jo_lowbat.h
+++ b/src/jo_lowbat.h
@@ -13,11 +13,14 @@
#ifndef JO_LOWBAT_H
#define JO_LOWBAT_H
+#include <inttypes.h>
+
enum
{
JO_RET_FINE,
JO_RET_RD_FAILED
};
-char *jo_f_status(void);
+
+int8_t jo_f_status(void);
#endif