Skip to content

Commit

Permalink
Fix brusa charger message send condition
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLafleur committed Nov 30, 2024
1 parent 21abefd commit 6e432fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bms_boss/src/CAN/CANIO-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static cantx_counter_S cantx_counter;
#define set_nvmBlockErases(m,b,n,s) set(m,b,n,s, lib_nvm_getTotalBlockErases())
#define set_nvmFailedCrc(m,b,n,s) set(m,b,n,s, lib_nvm_getTotalFailedCrc())

#define transmit_BMSB_brusaChargeCommand (SYS_SFT_checkChargerTimeout())
#define transmit_BMSB_brusaChargeCommand (SYS_SFT_checkChargerTimeout() == false)

#include "TemporaryStubbing.h"
#include "MessagePack_generated.c"
Expand Down

0 comments on commit 6e432fc

Please sign in to comment.