Browse Source

remove fake log records

Signed-off-by: FuangCao <cavan.cao@foxmail.com>
FuangCao 4 năm trước cách đây
mục cha
commit
44a4362e95
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      Application/app/sox/state.c

+ 0 - 4
Application/app/sox/state.c

@@ -76,10 +76,6 @@ void bms_state_init(void){
 	uart_frame_time = shark_get_mseconds();
 
 	set_log_all(L_disable);
-
-	push_event(Cell_Over_Vol, 3750);
-	push_event(Cell_Under_Vol, 2200);
-	push_event(Current_Short, 0);
 }
 
 bms_state_t *bms_state_get(void){