Skip to content

Commit

Permalink
[header] - add one variable to pb_print_config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Neill committed Sep 17, 2013
1 parent 149693c commit bd546f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pb_utils/src/pb_print_config.c
Expand Up @@ -24,6 +24,7 @@ int main(int argc, char *argv[] __attribute__ ((unused)) ){
"PB_MEMORY: %d\n"
"PB_LOOP_MAXDEPTH: %d\n"
"PB_SUB_MAXDEPTH: %d\n"
"PB_INTERNAL_LATENCY: %d\n"
"PB_MINIMUM_DELAY: %d\n"
"PB_WAIT_LATENCY: %d\n"
"PB_MINIMUM_WAIT_DELAY: %d\n"
Expand All @@ -46,6 +47,7 @@ int main(int argc, char *argv[] __attribute__ ((unused)) ){
PB_MEMORY,
PB_LOOP_MAXDEPTH,
PB_SUB_MAXDEPTH,
PB_INTERNAL_LATENCY,
PB_MINIMUM_DELAY,
PB_WAIT_LATENCY,
PB_MINIMUM_WAIT_DELAY,
Expand Down

0 comments on commit bd546f7

Please sign in to comment.