Fix stoopid registers error that broke uart.

master
flabbergast 2 years ago
parent 3c46dd1df1
commit 938bd94854
  1. 2
      common/registers.asm

@ -505,7 +505,7 @@ UCA0IRRCTL equ 05Fh ; USCI A0 IrDA Receive Control
;----------------------------------------------------------------------------
; Konstanten für Register IFG2
UCA0RXIFG equ (1<<0)
UCA0TXIFG equ (1<<0)
UCA0TXIFG equ (1<<1)
;----------------------------------------------------------------------------
; Konstanten für UCA0CTL1:

Loading…
Cancel
Save