eLooM for STM32 application
v3.3.0
|
Target platform definition. More...
Go to the source code of this file.
Macros | |
#define | SYS_DEFINE_STATIC_INLINE static inline |
Target platform definition.
This file include definitions depending on the target platform. A target platform is a tuple Hardware + Compiler.
Copyright (c) 2016 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
#define SYS_DEFINE_STATIC_INLINE static inline |
To keep the backward compatibility after changes dome to complaint with MISRA rules, we keep the old SYS_DEFINE_INLINE and we define this new preprocessor define. It must be used for the new development.