Update main.c

Add Header files
This commit is contained in:
Uttam Bhavimani Bhavimani 2024-10-28 23:34:31 +05:30
parent e5f62b6a12
commit bcbb530591
1 changed files with 2 additions and 9 deletions

11
main.c
View File

@ -1,9 +1,2 @@
/**
* main.c
*/
int main(void)
{
return 0;
}
#include <stdint.h>
#include "tm4c123gh6pm.h"