Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions BMS_REDO_withdrivers/Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ int main(void)
FEB_Task_ADBMS();
FEB_Task_SM();
FEB_Task_Charge();
// Uncomment for balancing
// FEB_Task_Balance();
FEB_Task_IVT();
FEB_Task_CAN();
Expand Down Expand Up @@ -455,3 +456,4 @@ void assert_failed(uint8_t *file, uint32_t line)
/* USER CODE END 6 */
}
#endif /* USE_FULL_ASSERT */