Commit e2df7d44 authored by Joanne Hugé's avatar Joanne Hugé

Rename interactive command prefix

parent e7b3a4a5
...@@ -302,7 +302,7 @@ static void motor_input(void) { ...@@ -302,7 +302,7 @@ static void motor_input(void) {
int v; int v;
scanf("%s", user_input); scanf("%s", user_input);
switch(user_input[0]) { switch(user_input[0]) {
case 'a': case 't':
v = atoi(user_input + 1); v = atoi(user_input + 1);
if(v) if(v)
main_params.transition_time = v; main_params.transition_time = v;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment