mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-24 23:21:29 +00:00
Resolve "Move init_loadCells() to teensy.h"
This commit is contained in:
@@ -45,7 +45,8 @@ struct Vehicle {
|
||||
|
||||
double time = 0.0;
|
||||
|
||||
double lc0, lc1, lc2, lc3;
|
||||
double lc0, lc1, lc2, lc3 = 0.0;
|
||||
double lc0_processed, lc1_processed, lc2_processed, lc3_processed = 0.0;
|
||||
};
|
||||
|
||||
void init_Vehicle(Vehicle &State) {
|
||||
|
Reference in New Issue
Block a user