убрала по просьбе автора

This commit is contained in:
klassents 2024-12-20 16:36:44 +07:00
parent 75e593edf1
commit 81afaffee8

View File

@ -19,7 +19,7 @@ void __attribute__((weak)) ISR(void)
/* /*
A dummy function for the case when additional interrupts are not used in the project. A dummy function for the case when additional interrupts are not used in the project.
In the project, you need to create a function of the form: In the project, you need to create a function of the form:
extern "C" void ISR(void) extern "C" void ISR()
{ {
// timer16 is taken as an example // timer16 is taken as an example
if (TIM16_GET_ARRM_INT_STATUS(htimer16_1_)) if (TIM16_GET_ARRM_INT_STATUS(htimer16_1_))