mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Fix define to use letter S instead of 5
This commit is contained in:
@ -40,7 +40,7 @@
|
|||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
#define SP_NOINLINE __attribute__((noinline))
|
#define SP_NOINLINE __attribute__((noinline))
|
||||||
#else
|
#else
|
||||||
#define 5P_NOINLINE
|
#define SP_NOINLINE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user