修复了打印counterclockwise请求出错的问题
This commit is contained in:
parent
e69d4ae1be
commit
a79e68d02b
|
@ -175,7 +175,7 @@ void PrintState(char *str)
|
|||
{
|
||||
clockwise[i] = '1';
|
||||
}
|
||||
else if(t->time==BUS_COUNTER_CLOCK_WISE)
|
||||
else if(t->type==BUS_COUNTER_CLOCK_WISE)
|
||||
{
|
||||
counterclockwise[i] = '1';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user