From d5ac1ee5534710e105b699d2069b6b6f9b6869d3 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 27 Apr 2018 13:53:54 +0300 Subject: tempmodule: report error state by turning on all temperatre LEDs. --- src/tempmodule/indicator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tempmodule/indicator.h') diff --git a/src/tempmodule/indicator.h b/src/tempmodule/indicator.h index d44b7fe..99f4e1c 100644 --- a/src/tempmodule/indicator.h +++ b/src/tempmodule/indicator.h @@ -25,9 +25,9 @@ extern "C" { #endif -void indicator_init(unsigned int temp, unsigned int const * const calibration); -void indicator_update(const unsigned int temp, const unsigned int on); -void indicator_calibrate(unsigned int const * const calibration); +void indicator_init(int temp, unsigned int const * const calibration); +void indicator_update(const int temp, const unsigned int on); +void indicator_calibrate(int const * const calibration); #ifdef __cplusplus } -- cgit v1.2.3