Update main.c

Add header files
This commit is contained in:
Uttam Bhavimani Bhavimani 2024-10-10 19:31:16 +05:30
parent 2dcaefd522
commit 27060fadcd
1 changed files with 3 additions and 9 deletions

12
main.c
View File

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