From d1317d01ba705596b86aebbdbdc72dfb21365b02 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Wed, 11 Dec 2013 20:05:40 +0000 Subject: json stateless info update, topheater pwm, etc git-svn-id: https://svn.spreadspace.org/avr/trunk@249 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- pcr-controller/pid_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcr-controller/pid_control.c') diff --git a/pcr-controller/pid_control.c b/pcr-controller/pid_control.c index 95d190e..452be4d 100644 --- a/pcr-controller/pid_control.c +++ b/pcr-controller/pid_control.c @@ -134,4 +134,4 @@ void pid_saveToEEPROM(void) eeprom_write_dword((uint32_t *) &pid_i_eeprom_, pid_i_); eeprom_write_dword((uint32_t *) &pid_d_eeprom_, pid_d_); eeprom_write_word((uint16_t *) &crc_eeprom_, pid_p_ ^ pid_i_ ^ pid_d_); -} \ No newline at end of file +} -- cgit v1.2.3