1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

whitespace fixes

This commit is contained in:
Steffen Vogel 2021-06-22 07:14:54 -04:00
parent 362fb2f260
commit 3ec9c8f8f6

View file

@ -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)