SAMA5: Fix a typo in timer/counter setup

This commit is contained in:
Gregory Nutt 2015-12-02 07:17:17 -06:00
parent 6734c91a05
commit 975ea3e677

View File

@ -382,7 +382,7 @@ static const struct sam_tcconfig_s g_tc678config =
}, },
[2] = [2] =
{ {
.base = SAM_TC345_CHAN_BASE(5), .base = SAM_TC345_CHAN_BASE(8),
#ifdef CONFIG_SAMA5_TC2_CLK8 #ifdef CONFIG_SAMA5_TC2_CLK8
.clkset = PIO_TC8_CLK, .clkset = PIO_TC8_CLK,
#else #else