Merge branch 'dev'
This commit is contained in:
		@@ -170,11 +170,11 @@ void PrintState(char *str)
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            clockwise[i] = '1';
 | 
					            clockwise[i] = '1';
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (t->time == 1)
 | 
					        else if(t->time==BUS_COUNTER_CLOCK_WISE)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            counterclockwise[i] = '1';
 | 
					            counterclockwise[i] = '1';
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (t->type == 2)
 | 
					        else if(t->type==BUS_TARGET)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            target[i] = '1';
 | 
					            target[i] = '1';
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user