X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Ftests%2Fhostsim%2Fcommands.c;h=140ef29bc5707781948d9418dadfe664b30ec886;hp=cb620caf5b7c6dee0a82ad445e5b95d1017e5614;hb=1714f4ee916fca95ce24120ea6e698237913f947;hpb=9fdc9cd2902ed50ebefe0b3c9309d4f173d65e2a diff --git a/projects/microb2010/tests/hostsim/commands.c b/projects/microb2010/tests/hostsim/commands.c index cb620ca..140ef29 100644 --- a/projects/microb2010/tests/hostsim/commands.c +++ b/projects/microb2010/tests/hostsim/commands.c @@ -92,6 +92,7 @@ extern parse_pgm_inst_t cmd_build_z1; #ifdef TEST_BEACON extern parse_pgm_inst_t cmd_beacon_opp_dump; #endif +extern parse_pgm_inst_t cmd_circle_radius; extern parse_pgm_inst_t cmd_test; /* commands_traj.c */ @@ -193,6 +194,7 @@ parse_pgm_ctx_t main_ctx[] = { #ifdef TEST_BEACON (parse_pgm_inst_t *)&cmd_beacon_opp_dump, #endif + (parse_pgm_inst_t *)&cmd_circle_radius, (parse_pgm_inst_t *)&cmd_test, /* commands_traj.c */