Lab8/main.c

7 lines
144 B
C

int main(void)
{
SYSCTL_RCGCUART_R |= 0x80; // Enable clock to UART7
SYSCTL_RCGCGPIO_R |= 0x10; // Enable port E for uart 7
}