summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2012-09-28 15:23:59 +0200
committerGuillaume Knispel <gknispel@avencall.com>2012-09-28 15:23:59 +0200
commiteb696b0cc2ee8634961f21b0b4e7a4cf8e739718 (patch)
treefb5d047bd1796db99a704c4ae7237465b0c6eb5e
parent461d1ff229c20e9563e3eb7f1f0c5663d32f54c4 (diff)
workaround for errata TA16
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1948de8..12b8638 100644
--- a/main.c
+++ b/main.c
@@ -517,5 +517,5 @@ static void GlobalInit(void)
// >>> 1539 / 1500000. * 1.025
// 0.00105165 1.052 ms max
- TACCR0 = 1539;
+ TACCR0 = 1539 + 1; /* TA16 errata */
}