Added the main functionality

This commit is contained in:
Rajput R Vikramsingh Vikramsingh 2024-10-28 17:23:07 +05:30
parent 9a6d99791c
commit fe3620cf89
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -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
} }