Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed Mar 7, 2023
2 parents 02cc91f + 2072faf commit efeffaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions emBODY/eBcode/arch-arm/board/bat/BAT_Rev_B/Src/BAT_B.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "BAT_B.h"

char Firmware_vers = 1;
char Revision_vers = 0;
char Revision_vers = 1;
char Build_number = 0;

uint32_t vtol=100; // voltage tolerance for hysteresis
Expand Down Expand Up @@ -44,9 +44,9 @@ uint32_t blink_ds=100;
uint8_t toggle_1s = 0;
uint8_t toggle_100ms = 0;

uint16_t I_V12board_MAX = 9000; // threshold in mA
uint16_t I_V12motor_MAX = 6500; // threshold in mA
uint16_t I_HSM_MAX = 20000;
uint16_t I_V12board_MAX = 10000; // threshold in mA
uint16_t I_V12motor_MAX = 10000; // threshold in mA
uint16_t I_HSM_MAX = 36000; // threshold in mA
uint16_t timer_fault_board = 0;
uint16_t timer_fault_motors = 0;
uint16_t timer_fault_HSM = 0;
Expand Down

0 comments on commit efeffaa

Please sign in to comment.