projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new RingBuffer_Peek() function to the lightweight ring buffer headers.
[pub/USBasp.git]
/
Projects
/
XPLAINBridge
/
Lib
/
SoftUART.h
diff --git
a/Projects/XPLAINBridge/Lib/SoftUART.h
b/Projects/XPLAINBridge/Lib/SoftUART.h
index
6dedf61
..
803e1e5
100644
(file)
--- 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: */