Skip to content

Commit

Permalink
fix mock avr library for changed select button pin
Browse files Browse the repository at this point in the history
  • Loading branch information
beerriot committed Mar 4, 2011
1 parent 3b95d81 commit cf6fe93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mock/avr/pgmspace.h
Expand Up @@ -35,7 +35,7 @@ uint8_t SMCR;
#define PCINT9 0x01
#define PCINT10 0x02
#define PCINT11 0x03
#define PCINT13 0x04
#define PCINT12 0x04

#define PCIE1 0x01
#define PINC 0x02
Expand Down

0 comments on commit cf6fe93

Please sign in to comment.