From 94c75aa3edb320e3cb2ec14aa5cedf7cfbe38753 Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Thu, 8 Nov 2018 08:25:29 +1000 Subject: [PATCH] Fix define to use letter S instead of 5 --- wolfssl/wolfcrypt/sp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/sp.h b/wolfssl/wolfcrypt/sp.h index 0704c6a2e..9a0189a7a 100644 --- a/wolfssl/wolfcrypt/sp.h +++ b/wolfssl/wolfcrypt/sp.h @@ -40,7 +40,7 @@ #elif defined(__GNUC__) #define SP_NOINLINE __attribute__((noinline)) #else - #define 5P_NOINLINE + #define SP_NOINLINE #endif