Merge pull request #1917 from SparkiDev/sp_def

Fix define to use letter S instead of 5
pull/1920/head
toddouska 2018-11-08 10:39:52 -08:00 committed by GitHub
commit 4a88626500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#elif defined(__GNUC__)
#define SP_NOINLINE __attribute__((noinline))
#else
#define 5P_NOINLINE
#define SP_NOINLINE
#endif