diff options
Diffstat (limited to 'src/jo_lowbat.h')
-rw-r--r-- | src/jo_lowbat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jo_lowbat.h b/src/jo_lowbat.h index 9e1fa7f..c4f3c37 100644 --- a/src/jo_lowbat.h +++ b/src/jo_lowbat.h @@ -27,6 +27,10 @@ enum JO_RET_RD_FAILED }; +int8_t jo_r_lowbat( + int, + char** + ); int8_t jo_f_status(void); int8_t jo_f_percent(void); |