diff options
author | 2018-05-19 12:02:08 +0300 | |
---|---|---|
committer | 2018-05-19 12:02:08 +0300 | |
commit | 03b7473d4faddcb87a5e82205a42028768e7c177 (patch) | |
tree | 8c21b9d4ef03a82740fc63f7b0512200dbdd4a0d /src/tempmodule/indicator.h | |
parent | 224585cfb9502534032078f4f059588185490c09 (diff) | |
download | coffeetemp-03b7473d4faddcb87a5e82205a42028768e7c177.tar.gz coffeetemp-03b7473d4faddcb87a5e82205a42028768e7c177.tar.bz2 coffeetemp-03b7473d4faddcb87a5e82205a42028768e7c177.zip |
add support for "live"-flashing new settings.
Diffstat (limited to 'src/tempmodule/indicator.h')
-rw-r--r-- | src/tempmodule/indicator.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 } |