Added new RingBuffer_Peek() function to the lightweight ring buffer headers.
[pub/USBasp.git] / Projects / XPLAINBridge / Lib / SoftUART.h
index 6dedf61..803e1e5 100644 (file)
@@ -60,8 +60,8 @@
                {
                        uint16_t BitTime = ((F_CPU / Baud) - 1);
 
-                       ICR1 = BitTime;
-                       ICR3 = BitTime;
+                       OCR1A = BitTime;
+                       OCR3A = BitTime;
                }
 
        /* Function Prototypes: */