Update main.c

added header files
This commit is contained in:
Uttam Bhavimani Bhavimani 2024-09-20 19:51:56 +05:30
parent 184748392a
commit 15a2936dfd
1 changed files with 3 additions and 0 deletions

3
main.c
View File

@ -0,0 +1,3 @@
#include <stdint.h>
#include <stdbool.h>
#include "tm4c123gh6pm.h"