mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 17:03:29 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue