Skip to content

Commit 5a08ded

Browse files
authored
fix format
fix format
1 parent 7357a2d commit 5a08ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qsys_root/step_motor_driver.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ module step_motor_driver(
143143
assign AX = !(motor_state[3] & PWM_out_A & on_off);
144144
assign AY = !(motor_state[2] & PWM_out_A & on_off);
145145
assign BX = !(motor_state[1] & PWM_out_A & on_off);
146-
assign BY = !(motor_state[0] & PWM_out_A & on_off);
146+
assign BY = !(motor_state[0] & PWM_out_A & on_off);
147147

148-
endmodule
148+
endmodule

0 commit comments

Comments
 (0)