diff options
Diffstat (limited to 'inc/jo_lowbat.hpp')
-rw-r--r-- | inc/jo_lowbat.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/jo_lowbat.hpp b/inc/jo_lowbat.hpp index a2bd06e..7428c86 100644 --- a/inc/jo_lowbat.hpp +++ b/inc/jo_lowbat.hpp @@ -10,7 +10,7 @@ class Lowbat { public: uint8_t jo_testAcpi(void); uint8_t jo_testNotifySend(void); - void jo_testEspeak(void); + uint8_t jo_testEspeak(void); int jo_fetchBatlvl(void); int jo_fetchAcstat(void); int jo_notify(void); |