Skip to content

Commit

Permalink
Merge pull request #72 from mharizanov/master
Browse files Browse the repository at this point in the history
Update RF12.cpp
  • Loading branch information
jcw committed Mar 25, 2015
2 parents a021d20 + 879d776 commit 916329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF12.cpp
Expand Up @@ -70,7 +70,7 @@

#elif defined(__AVR_ATmega32U4__) //Arduino Leonardo

#define RFM_IRQ 3 // PD0, INT0, Digital3
#define RFM_IRQ 0 // PD0, INT0, Digital3
#define SS_DDR DDRB
#define SS_PORT PORTB
#define SS_BIT 6 // Dig10, PB6
Expand Down

0 comments on commit 916329c

Please sign in to comment.