aboutsummaryrefslogtreecommitdiffstats
path: root/libs-device/osccal.c
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-10-20 16:15:56 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-10-20 16:15:56 +0000
commit49af025c988b13e64a6683fe65a31e2f80afe37b (patch)
tree9a074c138776d06df5390fe934b840462398559f /libs-device/osccal.c
parentebbb33ad837a582b9efa735a62b7fcbb6e21e5ea (diff)
downloadv-usb-49af025c988b13e64a6683fe65a31e2f80afe37b.tar.gz
v-usb-49af025c988b13e64a6683fe65a31e2f80afe37b.tar.bz2
v-usb-49af025c988b13e64a6683fe65a31e2f80afe37b.zip
- updated comments to mention osctune
Diffstat (limited to 'libs-device/osccal.c')
-rw-r--r--libs-device/osccal.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs-device/osccal.c b/libs-device/osccal.c
index 5734a84..01f9002 100644
--- a/libs-device/osccal.c
+++ b/libs-device/osccal.c
@@ -17,11 +17,6 @@
* signal (a single SE0 bit) repeating every millisecond immediately after
* a USB RESET. We first do a binary search for the OSCCAL value and then
* optimize this value with a neighboorhod search.
- * This algorithm may also be used to calibrate the RC oscillator directly to
- * 12 MHz (no PLL involved, can therefore be used on almost ALL AVRs), but this
- * is wide outside the spec for the OSCCAL value and the required precision for
- * the 12 MHz clock! Use the RC oscillator calibrated to 12 MHz for
- * experimental purposes only!
*/
void calibrateOscillator(void)
{