From 23858cec198733415b29f005dbfad8e6999ab56a Mon Sep 17 00:00:00 2001 From: Vikram Rajput Date: Thu, 19 Sep 2024 10:20:03 +0530 Subject: [PATCH] Added some initialization; Also started the NVIC; Added the interrupt code for toggling --- lab5.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lab5.c b/lab5.c index b863abd..41c01e8 100644 --- a/lab5.c +++ b/lab5.c @@ -33,8 +33,6 @@ void GPIOIntHandler(void) break; default : GPIO_PORTF_DATA_R = 0xFF; - - }