mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #1917 from SparkiDev/sp_def
Fix define to use letter S instead of 5pull/1920/head
commit
4a88626500
|
@ -40,7 +40,7 @@
|
|||
#elif defined(__GNUC__)
|
||||
#define SP_NOINLINE __attribute__((noinline))
|
||||
#else
|
||||
#define 5P_NOINLINE
|
||||
#define SP_NOINLINE
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue