comparison Discovery/Src/simulation.c @ 699:01f40cb1057e

Cleanup warnings: The code still contained several warnings which have now been resolved. Big thank you to Thomas :-)
author Ideenmodellierer
date Tue, 18 Oct 2022 20:56:19 +0200
parents 05cdd367dbd0
children be25ab2d902c
comparison
equal deleted inserted replaced
698:2c2b9c6eb089 699:01f40cb1057e
129 129
130 static int last_second = -1; 130 static int last_second = -1;
131 static _Bool two_second = 0; 131 static _Bool two_second = 0;
132 static float lastPressure_bar = 0; 132 static float lastPressure_bar = 0;
133 133
134 float localCalibCoeff[3]; 134 float localCalibCoeff[3] = { 0.0, 0.0, 0.0 };
135 uint8_t index, index2; 135 uint8_t index, index2;
136 136
137 if(checkOncePerSecond) 137 if(checkOncePerSecond)
138 { 138 {
139 139