From 0679faf65deabafc0ebd0f01f5f90c3f4bc9d065 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 18 Aug 2021 21:30:13 -0400 Subject: lib/helper add talk_val() talk_value_decimal() replaced talk_value() Change-Id: Ibb7c738d6f3b399fab2e771d8ab85967e3af96d1 --- apps/plugins/lib/helper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/lib/helper.h') diff --git a/apps/plugins/lib/helper.h b/apps/plugins/lib/helper.h index f2e9187a96..00ad8ac087 100644 --- a/apps/plugins/lib/helper.h +++ b/apps/plugins/lib/helper.h @@ -23,6 +23,8 @@ #include "plugin.h" +int talk_val(long n, int unit, bool enqueue); + /** * Backlight on/off operations */ -- cgit v1.2.3