File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 25
25
******************************************************************************
26
26
*/
27
27
28
+ // PATCH wmarkow 09.07.2024 #164 AWU_IRQHandler not working for STM8S https://github.com/tenbaht/sduino/issues/164
29
+
28
30
/* Define to prevent recursive inclusion -------------------------------------*/
29
31
#ifndef __STM8S_IT_H
30
32
#define __STM8S_IT_H
123
125
// INTERRUPT_HANDLER_TRAP(TRAP_IRQHandler); /* TRAP */
124
126
// INTERRUPT_HANDLER(TLI_IRQHandler, 0); /* TLI */
125
127
// INTERRUPT_HANDLER(AWU_IRQHandler, 1); /* AWU */
128
+ // PATCH wmarkow 'AWU_IRQHandler not working' begin
129
+ INTERRUPT_HANDLER (AWU_IRQHandler , 1 ); /* AWU */
130
+ // PATCH wmarkow 'AWU_IRQHandler not working' end
126
131
// INTERRUPT_HANDLER(CLK_IRQHandler, 2); /* CLOCK */
127
132
INTERRUPT_HANDLER (EXTI_PORTA_IRQHandler , 3 ); /* EXTI PORTA */
128
133
INTERRUPT_HANDLER (EXTI_PORTB_IRQHandler , 4 ); /* EXTI PORTB */
You can’t perform that action at this time.
0 commit comments