summaryrefslogtreecommitdiff
path: root/pcr-controller/pid_control.c
diff options
context:
space:
mode:
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
+}