Date:2012-07-31 15:02:34 (11 years 7 months ago)
Author:Werner Almesberger
Commit:bff9ca580156cd9cfbc34d82d860c3409968553c
Message:fw/accel.c (adcsra): correct typo in comment

Files: fw/accel.c (1 diff)

Change Details

fw/accel.c
4848        1 << ADEN | /* enable ADC */
4949        (start ? 1 << ADSC : 0) |
5050        1 << ADIE | /* enable ADC interrupts */
51        6; /* clkADC = clk/64 -> 126 kHz */
51        6; /* clkADC = clk/64 -> 125 kHz */
5252}
5353
5454

Archive Download the corresponding diff file

Branches:
master
tornado-v1



interactive