summaryrefslogtreecommitdiff
path: root/pcr-controller/temp_curve.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2013-12-11 20:05:40 +0000
committerBernhard Tittelbach <xro@realraum.at>2013-12-11 20:05:40 +0000
commitd1317d01ba705596b86aebbdbdc72dfb21365b02 (patch)
tree48bbc3c5864af81003731b30a06d21caca48afcf /pcr-controller/temp_curve.h
parentupdate (diff)
json stateless info update, topheater pwm, etc
git-svn-id: https://svn.spreadspace.org/avr/trunk@249 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'pcr-controller/temp_curve.h')
-rw-r--r--pcr-controller/temp_curve.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr-controller/temp_curve.h b/pcr-controller/temp_curve.h
index bbdd8b1..3af8788 100644
--- a/pcr-controller/temp_curve.h
+++ b/pcr-controller/temp_curve.h
@@ -35,6 +35,6 @@ uint16_t tcurve_getTimeElapsed(void);
uint8_t tcurve_getRepeatsLeft(void);
void tcurve_add(int16_t temp, uint16_t hold_for_s);
int16_t tcurve_getTempToSet(int16_t current_temp, uint16_t time_elapsed);
-void tcurve_printCurve(void);
+void tcurve_printCurve(uint8_t cmd);
-#endif \ No newline at end of file
+#endif