From 27060fadcdc00dd6103eb7aa989bebebe4a8b1e4 Mon Sep 17 00:00:00 2001 From: Uttam Bhavimani Bhavimani Date: Thu, 10 Oct 2024 19:31:16 +0530 Subject: [PATCH] Update main.c 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"