diff options
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) } |
