Skip to content

Commit

Permalink
trig: update trig_blocks type
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jan 11, 2020
1 parent 3742ea3 commit d806b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std_blocks/trig/trig.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ubx_port_t trig_ports[] = {

/* configuration */
ubx_config_t trig_config[] = {
{ .name="trig_blocks", .type_name = "struct trig_config", .doc="describes which blocks to trigger" },
{ .name="trig_blocks", .type_name = "struct ubx_trig_spec", .doc="specification of blocks to trigger" },
{ .name="tstats_enabled", .type_name = "int", .doc="enable timing statistics over all blocks", },
{ .name="tstats_profile_path", .type_name = "char", .doc="file to which to write the timing statistics" },
{ .name="tstats_output_rate", .type_name = "unsigned int", .doc="output tstats only on every N'th trigger (0 to disable)" },
Expand Down

0 comments on commit d806b7e

Please sign in to comment.