diff --git a/afsk/telem.c b/afsk/telem.c index 7d230a0e..30b285e0 100644 --- a/afsk/telem.c +++ b/afsk/telem.c @@ -188,7 +188,7 @@ struct SensorConfig config_sensor(char *bus, int address, int milliAmps) { strcat (pythonv, addr); strcpy (data.commandv, pythonv); - printf("V Command: %s \n", data.vcommand); + printf("V Command: %s \n", data.commandv); strcat (pythoni, &bus[pos]); strcat (pythoni, space);