Merge branch 'dev'

This commit is contained in:
Yerolling 2022-05-20 21:49:34 +08:00
commit 01a5f8a289

View File

@ -170,11 +170,11 @@ void PrintState(char *str)
{
clockwise[i] = '1';
}
else if (t->time == 1)
else if(t->time==BUS_COUNTER_CLOCK_WISE)
{
counterclockwise[i] = '1';
}
else if (t->type == 2)
else if(t->type==BUS_TARGET)
{
target[i] = '1';
}