Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
yishinli committed Feb 16, 2013
1 parent 1ead2a4 commit 72e65ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/araisrobo/xyzabc.ini
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ CTRL_TYPE = "p,p,p,p,p,p"
PULSE_TYPE = "s,s,s,s,s,s"
# ENC_TYPE(l): LOOP-BACK PULSE_CMD to ENCODER (fake ENCODER counts)
# ENC_TYPE(r): REAL ENCODER counts
ENC_TYPE = "l,l,l,l,l,l"
ENC_TYPE = "l,l,l,l,l,r"

# PROBE_CONFIG[31:0]:
# [7:0] indicates digital pin
Expand Down
2 changes: 1 addition & 1 deletion src/hal/drivers/ar-usb/wou_stepgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ static void fetchmail(const uint8_t *buf_head)
p += 1;
bp_tick = *p;
p += 1;
printf ("MT_ERROR_CODE: code(%d) bp_tick(%d) \n", *p, bp_tick);
// printf ("MT_ERROR_CODE: code(%d) bp_tick(%d) \n", *p, bp_tick);
break;

case MT_USB_STATUS:
Expand Down

0 comments on commit 72e65ba

Please sign in to comment.