py: Add 'static' to inline function MP_BOOL; remove category_t.

Small fixes to get it compiling with ARMCC.  I have no idea why
category_t was in the enum definition for qstrs...
This commit is contained in:
Damien George
2014-04-12 17:53:05 +01:00
parent d6c5d398fe
commit 2813cb6043
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ enum {
#include "build/py/qstrdefs.generated.h"
#undef Q
MP_QSTR_number_of,
} category_t;
};
typedef machine_uint_t qstr;