mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
arch/arm/samv7: fix operation of TC8 and TC11
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
4f3faded71
commit
665a8e5b93
@@ -391,7 +391,7 @@ static const struct sam_tcconfig_s g_tc678config =
|
|||||||
},
|
},
|
||||||
[2] =
|
[2] =
|
||||||
{
|
{
|
||||||
.base = SAM_TC345_CHAN_BASE(8),
|
.base = SAM_TC678_CHAN_BASE(8),
|
||||||
.pid = SAM_PID_TC8,
|
.pid = SAM_PID_TC8,
|
||||||
.irq = SAM_IRQ_TC8,
|
.irq = SAM_IRQ_TC8,
|
||||||
|
|
||||||
@@ -466,7 +466,7 @@ static const struct sam_tcconfig_s g_tc901config =
|
|||||||
},
|
},
|
||||||
[2] =
|
[2] =
|
||||||
{
|
{
|
||||||
.base = SAM_TC345_CHAN_BASE(11),
|
.base = SAM_TC901_CHAN_BASE(11),
|
||||||
.pid = SAM_PID_TC11,
|
.pid = SAM_PID_TC11,
|
||||||
.irq = SAM_IRQ_TC11,
|
.irq = SAM_IRQ_TC11,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user