Skip to content

Commit

Permalink
modified: src/tmx/TmxUtils/test/J2735MessageTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillmartin committed Oct 30, 2023
1 parent cf51063 commit a8b9052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmx/TmxUtils/test/J2735MessageTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ TEST_F(J2735MessageTest, EncodeBasicSafetyMessage_PartII)

// BSM regional extension
auto regional = (BasicSafetyMessage::BasicSafetyMessage__regional*) calloc(1, sizeof(BasicSafetyMessage::BasicSafetyMessage__regional));
auto reg_bsm = (Reg_BasicSafetyMessage_t*) calloc(1, sizeof(Reg_BasicSafetyMessage_t));
auto reg_bsm = (Reg_BasicSafetyMessage) calloc(1, sizeof(Reg_BasicSafetyMessage));
reg_bsm->regionId = 128;
reg_bsm->regExtValue.present = Reg_BasicSafetyMessage__regExtValue_PR_BasicSafetyMessage_addGrpCarma;

Expand Down

0 comments on commit a8b9052

Please sign in to comment.