Skip to content

Commit b905dfc

Browse files
committed
Removed the two non-existant timers from the C21E that were recently added
1 parent 36654c5 commit b905dfc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

variants/MT_D21E_revB/variant.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,8 @@ const PinDescription g_APinDescription[]=
171171

172172
#if (SAMD)
173173
const void* g_apTCInstances[TCC_INST_NUM+TC_INST_NUM]={ TCC0, TCC1, TCC2, TC3, TC4, TC5 } ;
174-
#elif (SAML21)
174+
#else
175175
const void* g_apTCInstances[TCC_INST_NUM+TC_INST_NUM]={ TCC0, TCC1, TCC2, TC0, TC1, TC4 } ;
176-
#elif (SAMC21)
177-
const void* g_apTCInstances[TCC_INST_NUM+TC_INST_NUM]={ TCC0, TCC1, TCC2, TC0, TC1, TC2, TC3, TC4 } ;
178176
#endif
179177

180178
// Multi-serial objects instantiation

0 commit comments

Comments
 (0)