Skip to content

Commit

Permalink
Merge pull request #24 from paddatrapper/lights-bugfix
Browse files Browse the repository at this point in the history
examples/lights: Fix bitmask name
  • Loading branch information
mithro authored Jul 1, 2017
2 parents ae27401 + 7399812 commit aeb3358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lights/lights.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

void init_lights(void) {
// Set pins to port mode instead of GPIF master/slave mode
IFCONFIG &= ~(bmIFCONFGMASK);
IFCONFIG &= ~(bmIFCFGMASK);
PORTACFG = 0x00;
}

Expand Down

0 comments on commit aeb3358

Please sign in to comment.