Replaced last literal value for SERCTL
This commit is contained in:
@@ -74,7 +74,7 @@ SER_UNINSTALL:
|
|||||||
|
|
||||||
SER_CLOSE:
|
SER_CLOSE:
|
||||||
; Disable interrupts and stop timer 4 (serial)
|
; Disable interrupts and stop timer 4 (serial)
|
||||||
lda #$0C ; TXOPEN|RESETERR
|
lda #TXOPEN|RESETERR
|
||||||
sta SERCTL
|
sta SERCTL
|
||||||
lda #$00 ; Disable count and no reload
|
lda #$00 ; Disable count and no reload
|
||||||
sta TIM4CTLA
|
sta TIM4CTLA
|
||||||
|
|||||||
Reference in New Issue
Block a user