Fix define to use letter S instead of 5

This commit is contained in:
Sean Parkinson
2018-11-08 08:25:29 +10:00
parent 6e4ab91ccf
commit 94c75aa3ed

View File

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