Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanchantrell committed Aug 27, 2012
1 parent 725d729 commit 4cfc0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TinyTX_MAX1284_emoncms/README
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ AND CHANGE:

#else
if ((nodeid & NODE_ID) != 0)
attachInterrupt(2, rf12_interrupt, LOW);
attachInterrupt(0, rf12_interrupt, LOW);
else
detachInterrupt(2);
detachInterrupt(0);
#endif

TO:
Expand Down

0 comments on commit 4cfc0fb

Please sign in to comment.