Search found 1 match

by 2ni
Thu Feb 01, 2018 9:42 am
Forum: Development of MicroPython
Topic: portmodules.h: No such file or directory
Replies: 3
Views: 3327

Re: portmodules.h: No such file or directory

You probably forgot to add the following line in mpconfigport.h as stated in the doc (http://micropython-dev-docs.readthedocs ... odule.html):
extern const struct _mp_obj_module_t mp_module_mymodule;