Fix typo in comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28795 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-12-11 17:52:52 +00:00
parent 2f9c4dfa39
commit 6e369d717d

View file

@ -44,7 +44,7 @@ void tick_start(unsigned int interval_in_ms)
/* configure timer for 10 kHz */
TBCMD = (1 << 1); /* TB_CLR */
TBPRE = 300 - 1; /* prescaler for 48 MHz HCLK */
TBPRE = 300 - 1; /* prescaler for 48 MHz PCLK */
TBCON = (0 << 13) | /* TB_INT1_EN */
(1 << 12) | /* TB_INT0_EN */
(0 << 11) | /* TB_START */