[moxart/moxart_timer] Correct compare value for T1

Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
This commit is contained in:
Anton D. Kachalov 2015-07-27 18:29:24 +03:00
parent 309ee5d348
commit ea6c65d813

View File

@ -84,7 +84,7 @@ enum timer_int {
*
************************************************************/
static uint32_t cmp = BOARD_32KOSC_FREQUENCY * 8 / 1000;
static uint32_t cmp = BOARD_32KOSC_FREQUENCY / 100;
int up_timerisr(int irq, uint32_t *regs)
{