diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-11-04 23:34:37 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-11-04 23:34:37 -0500 |
| commit | d5dac33672ae1e940b3fda4ee4f4e940229d996f (patch) | |
| tree | 25a07bc1eac32d60376008911cc9cf97b3393d6c /project/Core/Src/Devices/GPIO.c | |
| parent | a98361e6babc866bd7b4ed6b22f197e98e2dc28a (diff) | |
| download | 340-repo-Sowgro-d5dac33672ae1e940b3fda4ee4f4e940229d996f.tar.gz 340-repo-Sowgro-d5dac33672ae1e940b3fda4ee4f4e940229d996f.tar.bz2 340-repo-Sowgro-d5dac33672ae1e940b3fda4ee4f4e940229d996f.zip | |
get most interrupt handlers working for project pt2
Diffstat (limited to 'project/Core/Src/Devices/GPIO.c')
| -rw-r--r-- | project/Core/Src/Devices/GPIO.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |
