Skip to content

Commit

Permalink
Fix for DDS Examples: Configurability (#5637)
Browse files Browse the repository at this point in the history
Signed-off-by: Yankefei <[email protected]>
Co-authored-by: yankefei <[email protected]>
  • Loading branch information
Yankefei and yankefei authored Feb 14, 2025
1 parent 74e3d6f commit 2acdfa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ int main()
return 1;
}

int no_keys = 1;
int no_keys = (int)user_configuration.no_keys;
sample my_sample;

std::string c;
Expand Down

0 comments on commit 2acdfa4

Please sign in to comment.