[moxart/moxart_timer] Correct compare value for T1
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
This commit is contained in:
parent
309ee5d348
commit
ea6c65d813
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user