Fix compilation warnings, errors (#14704)

This commit is contained in:
Marcio Teixeira
2019-07-22 19:08:54 -06:00
committed by Scott Lahteine
parent a589456a14
commit 369fb2806d
4 changed files with 7 additions and 6 deletions

View File

@ -137,7 +137,7 @@ void initISR(timer16_Sequence_t timer) {
#endif
}
void finISR(timer16_Sequence_t timer) {
void finISR(timer16_Sequence_t) {
#ifdef _useTimer1
TC_Stop(TC_FOR_TIMER1, CHANNEL_FOR_TIMER1);
#endif