Add header files

This commit is contained in:
Uttam Bhavimani Bhavimani 2024-10-28 22:48:36 +05:30
parent c17905cfc0
commit 51c58e3637
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"