corrected comments
This commit is contained in:
parent
66e6ce1656
commit
8add3d4660
1 changed files with 6 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* @(#)$Id: clock.c,v 1.5 2007/03/25 21:52:00 adamdunkels Exp $
|
* @(#)$Id: clock.c,v 1.6 2007/04/02 16:32:20 joxe Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -102,6 +102,7 @@ clock_init(void)
|
||||||
|
|
||||||
/* Select SMCLK (2.4576MHz), clear TAR */
|
/* Select SMCLK (2.4576MHz), clear TAR */
|
||||||
/* TACTL = TASSEL1 | TACLR | ID_3; */
|
/* TACTL = TASSEL1 | TACLR | ID_3; */
|
||||||
|
/* Select ACLK 32768Hz clock, divide by 8 */
|
||||||
TACTL = TASSEL0 | TACLR | ID_3;
|
TACTL = TASSEL0 | TACLR | ID_3;
|
||||||
|
|
||||||
/* Initialize ccr1 to create the X ms interval. */
|
/* Initialize ccr1 to create the X ms interval. */
|
||||||
|
|
Loading…
Reference in a new issue