PythonExtra/examples/usercmodule/cexample
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE.
It's no longer needed because this macro is now processed after
preprocessing the source code via cpp (in the qstr extraction stage), which
means unused MP_REGISTER_MODULE's are filtered out by the preprocessor.

Signed-off-by: Damien George <damien@micropython.org>
2022-06-02 16:31:37 +10:00
..
examplemodule.c all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
micropython.cmake examples/usercmodules: Simplify user C module enabling. 2021-04-01 16:27:38 +11:00
micropython.mk examples: Add example code for user C modules, both C and C++. 2020-10-29 15:30:42 +11:00