From 51c58e3637f2f8a950f2b7a50cc0c7c5fd8d3864 Mon Sep 17 00:00:00 2001 From: Uttam Ambappa Bhavimani Date: Mon, 28 Oct 2024 22:48:36 +0530 Subject: [PATCH] Add header files --- main.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/main.c b/main.c index fe7a995..f7c4a51 100644 --- a/main.c +++ b/main.c @@ -1,9 +1,3 @@ - - -/** - * main.c - */ -int main(void) -{ - return 0; -} +#include +#include +#include "tm4c123gh6pm.h"