Skip to content

Commit

Permalink
Fix for DDS Examples: Configurability
Browse files Browse the repository at this point in the history
Signed-off-by: Yankefei <[email protected]>
  • Loading branch information
yankefei authored and MiguelCompany committed Feb 10, 2025
1 parent 7eb774e commit c577afc
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 c577afc

Please sign in to comment.