File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -295,14 +295,6 @@ typedef int mp_int_t; // must be pointer size
295295typedef unsigned int mp_uint_t ; // must be pointer size
296296typedef long mp_off_t ;
297297
298- // extra built in modules to add to the list of known ones
299- extern const struct _mp_obj_module_t board_module ;
300- extern const struct _mp_obj_module_t nrf_module ;
301- extern const struct _mp_obj_module_t mp_module_utime ;
302- extern const struct _mp_obj_module_t mp_module_uos ;
303- extern const struct _mp_obj_module_t mp_module_ubluepy ;
304- extern const struct _mp_obj_module_t music_module ;
305-
306298#if BOARD_SPECIFIC_MODULES
307299#include "boardmodules.h"
308300#endif // BOARD_SPECIFIC_MODULES
@@ -314,7 +306,6 @@ extern const struct _mp_obj_module_t music_module;
314306
315307// extra constants
316308#define MICROPY_PORT_CONSTANTS \
317- { MP_ROM_QSTR(MP_QSTR_board), MP_ROM_PTR(&board_module) }, \
318309 { MP_ROM_QSTR(MP_QSTR_machine), MP_ROM_PTR(&mp_module_machine) }, \
319310
320311#define MP_STATE_PORT MP_STATE_VM
You can’t perform that action at this time.
0 commit comments