py/builtinhelp: Change signature of help text var from pointer to array.
As a pointer (const char *) it takes up an extra word of storage which is in RAM.
This commit is contained in:
@@ -118,6 +118,6 @@ extern const mp_obj_module_t mp_module_webrepl;
|
||||
extern const mp_obj_module_t mp_module_framebuf;
|
||||
extern const mp_obj_module_t mp_module_btree;
|
||||
|
||||
extern const char *MICROPY_PY_BUILTINS_HELP_TEXT;
|
||||
extern const char MICROPY_PY_BUILTINS_HELP_TEXT[];
|
||||
|
||||
#endif // MICROPY_INCLUDED_PY_BUILTIN_H
|
||||
|
||||
Reference in New Issue
Block a user