micropython/ports/pic16bit
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
..
Makefile all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
board.c py/mpstate: Schedule KeyboardInterrupt on main thread. 2021-06-19 09:49:00 +10:00
board.h
main.c all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
modpyb.c all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
modpyb.h
modpybled.c
modpybswitch.c
mpconfigport.h pic16bit: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
pic16bit_mphal.c
pic16bit_mphal.h
qstrdefsport.h
unistd.h