micropython/ports/nrf/modules/board
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
..
led.c all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
led.h nrf/led: Expose public API for LED manipulation. 2019-10-02 22:09:43 +02:00
modboard.c all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00