Fixed spelling error in comment.

This commit is contained in:
skarg
2011-04-25 04:23:09 +00:00
parent ac7d360712
commit 68273edcb9
+1 -1
View File
@@ -33,7 +33,7 @@ void init(
MCUSR = 0; MCUSR = 0;
/* Initialize the Clock Prescaler */ /* Initialize the Clock Prescaler */
/* The default CLKPSx bits are factory set to 0011 */ /* The default CLKPSx bits are factory set to 0011 */
/* Enbable the Clock Prescaler */ /* Enable the Clock Prescaler */
CLKPR = _BV(CLKPCE); CLKPR = _BV(CLKPCE);
/* CLKPS3 CLKPS2 CLKPS1 CLKPS0 Clock Division Factor /* CLKPS3 CLKPS2 CLKPS1 CLKPS0 Clock Division Factor
------ ------ ------ ------ --------------------- ------ ------ ------ ------ ---------------------