From 6ec2f2c9e10eea5517c5b24d001ad18123211a97 Mon Sep 17 00:00:00 2001 From: William Miceli Date: Sun, 6 Jun 2021 17:25:35 -0400 Subject: [PATCH] Fixed LEDs and comments --- Telem_Debug/Debug_UART-USB/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Telem_Debug/Debug_UART-USB/main.c b/Telem_Debug/Debug_UART-USB/main.c index c4e098d..46e827f 100644 --- a/Telem_Debug/Debug_UART-USB/main.c +++ b/Telem_Debug/Debug_UART-USB/main.c @@ -23,8 +23,7 @@ int main(void) { usci_init(); // Initialize USCI modules delay(); - P8OUT &= ~LEDY0; // Initially set LEDY0 to High - P8OUT |= LEDY1; // Initially set LEDY1 to Low + P8OUT |= LEDY0; // Initially set LEDY0 to High _EINT(); // Enable global interrupts