From 03b7473d4faddcb87a5e82205a42028768e7c177 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sat, 19 May 2018 12:02:08 +0300 Subject: add support for "live"-flashing new settings. --- src/tempmodule/indicator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tempmodule/indicator.h') diff --git a/src/tempmodule/indicator.h b/src/tempmodule/indicator.h index 99f4e1c..23ac87d 100644 --- a/src/tempmodule/indicator.h +++ b/src/tempmodule/indicator.h @@ -25,9 +25,8 @@ extern "C" { #endif -void indicator_init(int temp, unsigned int const * const calibration); +void indicator_init(int temp); void indicator_update(const int temp, const unsigned int on); -void indicator_calibrate(int const * const calibration); #ifdef __cplusplus } -- cgit v1.2.3