Merge pull request #1917 from SparkiDev/sp_def

Fix define to use letter S instead of 5
This commit is contained in:
toddouska
2018-11-08 10:39:52 -08:00
committed by GitHub

View File

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