Fix define to use letter S instead of 5

pull/1917/head
Sean Parkinson 2018-11-08 08:25:29 +10:00
parent 6e4ab91ccf
commit 94c75aa3ed
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