mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 00:40:09 +00:00
Remove unnecessary inline definition
Define inline for some compiling environment only in crypto_platform.h. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
79ca4274e1
commit
5eba579c6c
@ -37,11 +37,6 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
|
|
||||||
!defined(inline) && !defined(__cplusplus)
|
|
||||||
#define inline __inline
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** \defgroup error Error codes
|
/** \defgroup error Error codes
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user