diff --git a/Telem_Debug/Debug_UART-USB/main.c b/Telem_Debug/Debug_UART-USB/main.c index 46e827f..bef1eaa 100644 --- a/Telem_Debug/Debug_UART-USB/main.c +++ b/Telem_Debug/Debug_UART-USB/main.c @@ -23,10 +23,13 @@ int main(void) { usci_init(); // Initialize USCI modules delay(); - P8OUT |= LEDY0; // Initially set LEDY0 to High - _EINT(); // Enable global interrupts + P8OUT |= LEDY0; // Initially set LEDY0 to High + + usci_A2_enable(); + usci_A2_enableInterrupt(); + while(1) {