aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/Lib/SoftUART.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/XPLAINBridge/Lib/SoftUART.h')
-rw-r--r--Projects/XPLAINBridge/Lib/SoftUART.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/XPLAINBridge/Lib/SoftUART.h b/Projects/XPLAINBridge/Lib/SoftUART.h
index 6dedf6149..803e1e5a6 100644
--- a/Projects/XPLAINBridge/Lib/SoftUART.h
+++ b/Projects/XPLAINBridge/Lib/SoftUART.h
@@ -60,8 +60,8 @@
{
uint16_t BitTime = ((F_CPU / Baud) - 1);
- ICR1 = BitTime;
- ICR3 = BitTime;
+ OCR1A = BitTime;
+ OCR3A = BitTime;
}
/* Function Prototypes: */