corrected comments

This commit is contained in:
joxe 2007-04-02 16:32:20 +00:00
parent 66e6ce1656
commit 8add3d4660

View File

@ -28,7 +28,7 @@
*
* 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 $
*/
@ -101,7 +101,8 @@ clock_init(void)
dint();
/* 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;
/* Initialize ccr1 to create the X ms interval. */