diff --git a/gr-sim/gr-sim.c b/gr-sim/gr-sim.c index c20cd8cf..3c3ff752 100644 --- a/gr-sim/gr-sim.c +++ b/gr-sim/gr-sim.c @@ -447,7 +447,7 @@ int color_equals(int new_color) { -static void plot(void) { +static void monitor_plot(void) { unsigned char c; @@ -499,7 +499,7 @@ int basic_plot(unsigned char xcoord, unsigned char ycoord) { return -1; } - plot(); + monitor_plot(); return 0; } @@ -577,7 +577,7 @@ static void vline(void) { // f828 vline_loop: s=a; - plot(); + monitor_plot(); a=s; if (a