mirror of https://github.com/wolfSSL/wolfssl.git
Fix define to use letter S instead of 5
parent
6e4ab91ccf
commit
94c75aa3ed
|
@ -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