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