summaryrefslogtreecommitdiff
path: root/pcr-controller/pid_control.c
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/pid_control.c
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/pid_control.c')
-rw-r--r--pcr-controller/pid_control.c2
1 files changed, 1 insertions, 1 deletions
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
+}