This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Predefined macro to check Keil ARM platform

Hi. What is compiler-specific predefined macro in order to uniquely identify all Keil ARM uVision compilers?
I.e. how to check platform:

#if defined( ??? )
       .....
#endif