diff --git a/lib/nodes/temper.cpp b/lib/nodes/temper.cpp index b4177331c..88103fc70 100644 --- a/lib/nodes/temper.cpp +++ b/lib/nodes/temper.cpp @@ -140,7 +140,6 @@ void TEMPer1Device::decode(unsigned char *answer, float *temp) temp[0] = buf * (125.0 / 32000.0); temp[0] *= scale; temp[0] += offset; - } void TEMPer2Device::decode(unsigned char *answer, float *temp)