Added some initialization; Also started the NVIC; Added the interrupt code for toggling

This commit is contained in:
Rajput R Vikramsingh Vikramsingh 2024-09-19 10:20:03 +05:30
parent e40da33140
commit 23858cec19
1 changed files with 0 additions and 2 deletions

2
lab5.c
View File

@ -33,8 +33,6 @@ void GPIOIntHandler(void)
break;
default : GPIO_PORTF_DATA_R = 0xFF;
}