summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/clock-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/clock-target.h b/firmware/target/arm/as3525/clock-target.h
index a6e4927386..7dab0378ad 100644
--- a/firmware/target/arm/as3525/clock-target.h
+++ b/firmware/target/arm/as3525/clock-target.h
@@ -39,7 +39,7 @@
39 * value fits into the number of bits allotted to it. 39 * value fits into the number of bits allotted to it.
40 * 40 *
41 * The CLOCK_DIV macro does a pretty good job at selecting divider values but 41 * The CLOCK_DIV macro does a pretty good job at selecting divider values but
42 * you can always overide it by choosing your own value and commenting out the 42 * you can always override it by choosing your own value and commenting out the
43 * macro. If you are going to use AS3525_FCLK_PREDIV or AS3525_PCLK_DIV1 you 43 * macro. If you are going to use AS3525_FCLK_PREDIV or AS3525_PCLK_DIV1 you
44 * will have to do a manual calculation. I have included USB & PLLB for future 44 * will have to do a manual calculation. I have included USB & PLLB for future
45 * use but commented them out for now. 45 * use but commented them out for now.