Skip to content

Commit e913b9d

Browse files
authored
Update FEB_RTD.c
1 parent 4afa57f commit e913b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DASH/Core/User/Src/FEB_RTD.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ static uint32_t rtd_trying_to_toggle_start_tick = 0;
1414
static bool rtd_toggle_complete = false;
1515

1616
// Minimum brake pressure required for RTD activation (safety interlock)
17-
#define RTD_BRAKE_THRESHOLD 2000
17+
#define RTD_BRAKE_THRESHOLD 20
1818

1919
// Any RTD input older than this is treated as missing — RTD will not arm on
2020
// stale CAN data. Matches BMS_STATE_TIMEOUT_MS.

0 commit comments

Comments
 (0)