comparison Discovery/Src/logbook.c @ 457:4bd01f48c285 minor_improvments

Eliminated some minor warnings
author ideenmodellierer
date Tue, 24 Mar 2020 22:32:48 +0100
parents 928a14568689
children 5dd996ed8611
comparison
equal deleted inserted replaced
456:5e38b09d2c45 457:4bd01f48c285
977 int32_t temperatureLast = 0; 977 int32_t temperatureLast = 0;
978 int32_t temperatureFirst = 0; 978 int32_t temperatureFirst = 0;
979 int32_t cnsLast = 0; 979 int32_t cnsLast = 0;
980 int16_t decostepDepthVal = 0; 980 int16_t decostepDepthVal = 0;
981 int16_t decostepDepthLast = 0; 981 int16_t decostepDepthLast = 0;
982 int16_t tankVal = 0; 982 uint16_t tankVal = 0;
983 983
984 SManualGas manualGasVal; 984 SManualGas manualGasVal;
985 SManualGas manualGasLast; 985 SManualGas manualGasLast;
986 manualGasLast.percentageO2 = 0; 986 manualGasLast.percentageO2 = 0;
987 manualGasLast.percentageHe = 0; 987 manualGasLast.percentageHe = 0;