Skip to content

Commit

Permalink
Merge pull request #44 from firepick1/master
Browse files Browse the repository at this point in the history
Fix for Arduino 1.6.7
  • Loading branch information
ivanseidel committed Jan 3, 2016
2 parents b622532 + 17c9291 commit d92efe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DueTimer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
Released into the public domain.
*/

#include <Arduino.h>
#if defined(_SAM3XA_)
#include "DueTimer.h"

const DueTimer::Timer DueTimer::Timers[NUM_TIMERS] = {
Expand Down Expand Up @@ -303,3 +305,4 @@ void TC8_Handler(void){
TC_GetStatus(TC2, 2);
DueTimer::callbacks[8]();
}
#endif

0 comments on commit d92efe2

Please sign in to comment.