summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2012-11-08 18:19:22 +0100
committerGuillaume Knispel <gknispel@avencall.com>2012-11-08 18:19:22 +0100
commit17d50c00e377b15b0d2a7dbe60a1c506a28ab82e (patch)
tree7e6aaed0c5d887b634e21e78664d96b482ccaaac
parente90bedf1691cd010050876ca00f6359ba98e2b48 (diff)
improve comment about Timer_A
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index e0d783a..e0bc0e1 100644
--- a/main.c
+++ b/main.c
@@ -561,8 +561,8 @@ static void GlobalInit(void)
// Currently used values 7.6 -> 8.4 MHz = 8 MHz +/- 5%
- // Timer_A count:
- /* ===============
+ // Set Timer_A to 1 ms period min :
+ /* ================================
from math import ceil
def taccr0(min_freq, nom_freq, max_freq, divisor, min_target_period):