Skip to content

Commit

Permalink
Removed mock serial code from use
Browse files Browse the repository at this point in the history
  • Loading branch information
ChartreuseK committed Jan 11, 2019
1 parent d106a5f commit 80a0fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serial.s
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ MOCKRX SUBROUTINE
; 1 for high, 0 for low
; NOTE: If we want to support inverse serial do it in here, and SETTX
SAMPRX SUBROUTINE
JMP MOCKRX ; DEBUG!!
LDA VIA_PORTA
AND #$01 ; Only read the Rx pin
STA RXSAMP
Expand Down

0 comments on commit 80a0fc8

Please sign in to comment.