diff --git a/Layouts/O.inc b/Layouts/O.inc index 071e66e..a3f7743 100644 --- a/Layouts/O.inc +++ b/Layouts/O.inc @@ -101,8 +101,8 @@ P2_SKIP EQU 0FFh ; Comparator setup ;**** **** **** **** **** Initialize_Comparator MACRO - mov CMP_CN0, #80h ;; Comparator enabled, no hysteresis - mov CMP_MD, #40h ;; Comparator response time 100ns, Output polarity inverted + mov CMP_CN0, #80h ;; Comparator enabled, no hysteresis + mov CMP_MD, #40h ;; Comparator response time 100ns, Output polarity inverted ENDM