Added the main functionality
This commit is contained in:
parent
9a6d99791c
commit
fe3620cf89
2
main.c
2
main.c
|
@ -12,7 +12,7 @@ void LED_Control(char);
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
|
char recievedchar;
|
||||||
SYSCTL_RCGCUART_R |= 0x80; // Enable clock to UART7
|
SYSCTL_RCGCUART_R |= 0x80; // Enable clock to UART7
|
||||||
SYSCTL_RCGCGPIO_R |= 0x10; // Enable port E for uart 7
|
SYSCTL_RCGCGPIO_R |= 0x10; // Enable port E for uart 7
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue