Skip to content

Commit

Permalink
Changed flag from bool to int for better interopability.
Browse files Browse the repository at this point in the history
  • Loading branch information
blumenthal committed Nov 24, 2014
1 parent f564e85 commit 905821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmpc_world_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ char fmpc_world_model_meta[] =
/* declaration of block configuration */
ubx_config_t fmpc_world_model_config[] = {
{ .name="wm_handle", .type_name = "struct rsg_wm_handle", .doc="Handle to the world wodel instance. This parameter is mandatory." },
{ .name="use_mockup", .type_name = "bool", .doc="If true an internal mockup is used rather than a real system. To be used for testing." },
{ .name="use_mockup", .type_name = "int", .doc="If true an internal mockup is used rather than a real system. To be used for testing." },
{ NULL },
};

Expand Down

0 comments on commit 905821a

Please sign in to comment.