Fix missing colon in prompt message

This commit is contained in:
ishak jmilou.ishak
2024-10-07 09:38:48 +02:00
parent 2a95f4dd07
commit c0edf4d1f7

View File

@@ -19,7 +19,7 @@ int main()
unsigned char *null_ptr(0);
robot.startCommunication("/dev/ttyUSB0", true, null_ptr);
usleep(1 * 1000 * 1000);
cout << "Enter commando";
cout << "Enter commando: ";
thread mv(command);
usleep(30 * 1000 * 1000);
mv.join(); //only exit once thread one is done running