Open ReinhardKeil opened 1 week ago
Consider adding
#ifdef _RTE_
to https://github.com/ARM-software/CMSIS_6/blob/main/CMSIS/RTOS2/Source/os_systick.c#L28C1-L28C28
See #200 for reference
@RobertRostohar, any concerns?
We should add the #ifdef _RTE_ to be consistent and in line with explanations in #200.
Consider adding
to https://github.com/ARM-software/CMSIS_6/blob/main/CMSIS/RTOS2/Source/os_systick.c#L28C1-L28C28
See #200 for reference