Skip to content

Commit

Permalink
Merge pull request mysensors#450 from tekka007/intsleepfix
Browse files Browse the repository at this point in the history
Add volatile qualifier to pinIntTrigger declaration
  • Loading branch information
tekka007 committed May 29, 2016
2 parents 4f2f507 + 06a7a45 commit edd8d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/MySensors/core/MyHwATMega328.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include "MyHwATMega328.h"

int8_t pinIntTrigger = 0;
volatile int8_t pinIntTrigger = 0;

void wakeUp() //place to send the interrupts
{
Expand Down

0 comments on commit edd8d79

Please sign in to comment.