Added new RingBuffer_Peek() function to the lightweight ring buffer headers.
[pub/USBasp.git] / Projects / XPLAINBridge / Lib / SoftUART.h
index 9dd81ad..803e1e5 100644 (file)
@@ -3,7 +3,7 @@
      Copyright (C) Dean Camera, 2010.
 
   dean [at] fourwalledcubicle [dot] com
      Copyright (C) Dean Camera, 2010.
 
   dean [at] fourwalledcubicle [dot] com
-      www.fourwalledcubicle.com
+           www.lufa-lib.org
 */
 
 /*
 */
 
 /*
@@ -60,8 +60,8 @@
                {
                        uint16_t BitTime = ((F_CPU / Baud) - 1);
 
                {
                        uint16_t BitTime = ((F_CPU / Baud) - 1);
 
-                       ICR1 = BitTime;
-                       ICR3 = BitTime;
+                       OCR1A = BitTime;
+                       OCR3A = BitTime;
                }
 
        /* Function Prototypes: */
                }
 
        /* Function Prototypes: */