Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurwolf committed Oct 20, 2014
1 parent 7d4baee commit bb02929
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define bang_bang_checksum CHECKSUM("bang_bang")
#define hysteresis_checksum CHECKSUM("hysteresis")
#define heater_pin_checksum CHECKSUM("heater_pin")
#define max_temp CHECKSUM("max_temp")
#define max_temp_checksum CHECKSUM("max_temp")

#define get_m_code_checksum CHECKSUM("get_m_code")
#define set_m_code_checksum CHECKSUM("set_m_code")
Expand Down

0 comments on commit bb02929

Please sign in to comment.