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.
This commit is contained in:
Glenn Ruben Bakke 2017-11-25 00:23:00 +01:00 committed by Damien George
parent 0b504575e2
commit d76982e382
1 changed files with 2 additions and 0 deletions

View File

@ -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 \