Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 30, 2014
1 parent bbaad9f commit cd1d7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/coded.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void main() {
CCPR1L = 0b01001101 ;
CCP1CON = 0b00111100 ;
PORTB = 0x01;
PORTC = 0x00;
PORTC = 0x03;

// keep repeating
while(1) {
Expand Down

0 comments on commit cd1d7c3

Please sign in to comment.