From 05446a649a97f74a9e8dba481d2b97a19120f9b8 Mon Sep 17 00:00:00 2001 From: Jason Xu <40355221+JasonBrave@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:27:57 -0400 Subject: [PATCH] test --- board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board.c b/board.c index 383e885..25a68dd 100644 --- a/board.c +++ b/board.c @@ -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; }