summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/helper.c')
-rw-r--r--apps/plugins/lib/helper.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/lib/helper.c b/apps/plugins/lib/helper.c
index f36c01b23e..018c1616c8 100644
--- a/apps/plugins/lib/helper.c
+++ b/apps/plugins/lib/helper.c
@@ -22,6 +22,12 @@
22#include "plugin.h" 22#include "plugin.h"
23#include "helper.h" 23#include "helper.h"
24 24
25int talk_val(long n, int unit, bool enqueue)
26{
27 #define NODECIMALS 0
28 return rb->talk_value_decimal(n, unit, NODECIMALS, enqueue);
29}
30
25#ifdef HAVE_BACKLIGHT 31#ifdef HAVE_BACKLIGHT
26/* Force the backlight on */ 32/* Force the backlight on */
27void backlight_force_on(void) 33void backlight_force_on(void)