From d5dac33672ae1e940b3fda4ee4f4e940229d996f Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 4 Nov 2025 23:34:37 -0500 Subject: get most interrupt handlers working for project pt2 --- project/Core/Src/Devices/GPIO.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/Core/Src/Devices/GPIO.c') diff --git a/project/Core/Src/Devices/GPIO.c b/project/Core/Src/Devices/GPIO.c index f3812fa..668abf6 100644 --- a/project/Core/Src/Devices/GPIO.c +++ b/project/Core/Src/Devices/GPIO.c @@ -44,7 +44,7 @@ void GPIO_Init(void) /* EXTI9_5_IRQn interrupt init*/ - // Note you will have to add EXTI9_15_IRQn Interrupt handler function as well + // Note you will have to add EXTI9_5_IRQn Interrupt handler function as well // This is the interrupt handler for the external buttons (S1) } -- cgit v1.2.3