ARM-software / CMSIS_6

CMSIS version 6 (successor of CMSIS_5)
https://arm-software.github.io/CMSIS_6/
Apache License 2.0
198 stars 64 forks source link

Consider to protect include "RTE_components.h" with _RTE_ #205

Open ReinhardKeil opened 1 week ago

ReinhardKeil commented 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

JonatanAntoni commented 1 week ago

@RobertRostohar, any concerns?

RobertRostohar commented 1 week ago

We should add the #ifdef _RTE_ to be consistent and in line with explanations in #200.