Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBrave committed Oct 25, 2024
1 parent b4f918a commit 05446a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ void LED_init() {
TRISB4 = 0;
TRISB5 = 0;
// returns if pin is on or off
LATB3 = 1;
LATB3 =1;
LATB4 = 1;
LATB5 = 1;
}

0 comments on commit 05446a6

Please sign in to comment.