Skip to content

Commit

Permalink
LED pin fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenguer committed Jul 24, 2015
1 parent e98d9cd commit 22b3fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/panstamp_nrg_2.0/pins.h
Expand Up @@ -242,7 +242,7 @@ const uint8_t digital_pin_to_port[] = {
P3, /* P3.4 */
P3, /* P3.5 */
P3, /* P3.6 */
PJ /* P3.7 -> ONBOARD_LED */
P3 /* P3.7 -> ONBOARD_LED */
};

const uint8_t digital_pin_to_bit_mask[] = {
Expand Down

0 comments on commit 22b3fa5

Please sign in to comment.