From a79e68d02bef52e6966027bd6259e0c45fe8f2a2 Mon Sep 17 00:00:00 2001 From: jackfiled Date: Wed, 25 May 2022 10:08:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=89=93=E5=8D=B0co?= =?UTF-8?q?unterclockwise=E8=AF=B7=E6=B1=82=E5=87=BA=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bus_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bus_io.c b/src/bus_io.c index e87c575..9e95e61 100644 --- a/src/bus_io.c +++ b/src/bus_io.c @@ -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'; }