Browse Source

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.
pull/3137/merge
Glenn Ruben Bakke 7 years ago
committed by Damien George
parent
commit
d76982e382
  1. 2
      ports/nrf/boards/microbit/modules/board_modules.h

2
ports/nrf/boards/microbit/modules/board_modules.h

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

Loading…
Cancel
Save