You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core/Src/u_bms.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
/* Globals. */
13
13
static _Atomic floatbattbox_temp;
14
-
static _Atomic boolprecharge=false;// Default to false until BMS confirms precharge is complete
14
+
static _Atomic boolprecharge=true; // u_TODO - set this back to false once testing done!!! // Default to false until BMS confirms precharge is complete
0 commit comments