Index: firmware/App/Controllers/TemperatureSensors.c =================================================================== diff -u -rd325999b7b3ea03b7e294cb8a0b97df93812fbe9 -r0c3dbf78f9cef9cc5fc424f7d930882bffb8779a --- firmware/App/Controllers/TemperatureSensors.c (.../TemperatureSensors.c) (revision d325999b7b3ea03b7e294cb8a0b97df93812fbe9) +++ firmware/App/Controllers/TemperatureSensors.c (.../TemperatureSensors.c) (revision 0c3dbf78f9cef9cc5fc424f7d930882bffb8779a) @@ -725,8 +725,8 @@ { F32 temperature; F32 avgADCReads; - U32 index = tempSensors[ sensorIndex ].adcNextIndex; - S32 indexValue = tempSensors[ sensorIndex ].rawADCReads [ index ]; + U32 index = tempSensors[ sensorIndex ].adcNextIndex; + S32 indexValue = tempSensors[ sensorIndex ].rawADCReads[ index ]; // Update the temperature sensors' structure tempSensors[ sensorIndex ].rawADCReads[ index ] = adc;