Skip to content

Commit

Permalink
[SEQ] remove serial
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmxmx committed Jun 21, 2017
1 parent 81092a7 commit 850e345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion software/o_c_REV/APP_A_SEQ.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,6 @@ public:
_out = (display_mask_ >> clk_cnt_) & 1u;
step_state_ = _out ? ON : OFF;
_out = (_out && _change) ? true : false;
Serial.println(step_state_);
}
else {
step_state_ = ON;
Expand Down

0 comments on commit 850e345

Please sign in to comment.