Patch #else / #endif comments
This commit is contained in:
parent
9a364990d9
commit
081bf1f879
30 changed files with 68 additions and 68 deletions
|
|
@ -221,7 +221,7 @@ static void finISR(timer16_Sequence_t timer) {
|
|||
, OCIE3A); // disable the timer3 output compare A interrupt
|
||||
timerDetach(TIMER3OUTCOMPAREA_INT);
|
||||
}
|
||||
#else //!WIRING
|
||||
#else // !WIRING
|
||||
// For arduino - in future: call here to a currently undefined function to reset the timer
|
||||
UNUSED(timer);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue