X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Ftests%2Fhostsim%2Fcommands_gen.c;h=f4fd855b1fc0d72ae401aee2566479a437e61efb;hp=92f896945be1e1d2df41cf0a1ac39d6dbb20bf02;hb=c1e5f415846c14626b8b46d8a4b113b33f476b3c;hpb=9fdc9cd2902ed50ebefe0b3c9309d4f173d65e2a diff --git a/projects/microb2010/tests/hostsim/commands_gen.c b/projects/microb2010/tests/hostsim/commands_gen.c index 92f8969..f4fd855 100644 --- a/projects/microb2010/tests/hostsim/commands_gen.c +++ b/projects/microb2010/tests/hostsim/commands_gen.c @@ -471,7 +471,7 @@ prog_char str_log_arg0[] = "log"; parse_pgm_token_string_t cmd_log_arg0 = TOKEN_STRING_INITIALIZER(struct cmd_log_result, arg0, str_log_arg0); prog_char str_log_arg1[] = "level"; parse_pgm_token_string_t cmd_log_arg1 = TOKEN_STRING_INITIALIZER(struct cmd_log_result, arg1, str_log_arg1); -parse_pgm_token_num_t cmd_log_arg2 = TOKEN_NUM_INITIALIZER(struct cmd_log_result, arg2, INT32); +parse_pgm_token_num_t cmd_log_arg2 = TOKEN_NUM_INITIALIZER(struct cmd_log_result, arg2, INT8); prog_char help_log[] = "Set log options: level (0 -> 5)"; parse_pgm_inst_t cmd_log = {