Skip to content
Snippets Groups Projects
Commit d76982e3 authored by Glenn Ruben Bakke's avatar Glenn Ruben Bakke Committed by Damien George
Browse files

nrf/boards/microbit: Include modmicrobit.h in board_modules.h.

So that users of the board module can find the init function of the module
implicitly.
parent 0b504575
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@
#ifndef MICROPY_INCLUDED_NRF_BOARD_MICROBIT_BOARD_MODULES_H
#define MICROPY_INCLUDED_NRF_BOARD_MICROBIT_BOARD_MODULES_H
#include "modmicrobit.h"
extern const struct _mp_obj_module_t microbit_module;
#define BOARD_MODULES \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment